From ff5d4830335996f5987272c05e4bf6884aa35c83 Mon Sep 17 00:00:00 2001 From: ec2-user Date: Sun, 20 Nov 2011 04:27:23 +0000 Subject: [PATCH] more styling, fix to main.js login div --- public/assets/css/screen.css | 5 +++-- public/index.html | 2 +- public/stylesheets/fc2.css | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/assets/css/screen.css b/public/assets/css/screen.css index eecf5a5..ca4a2fb 100755 --- a/public/assets/css/screen.css +++ b/public/assets/css/screen.css @@ -645,10 +645,11 @@ div.conduct p.academic { padding: 2em 0; } div.conduct img { + display: inline; padding: 20px; border: solid 1px #888; - background: -webkit-gradient(linear, left top, left bottom, from(#fcfcff), to(#f4f4ff)); - background: -moz-linear-gradient(top, #fcfcff, #f4f4ff); + background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f8f8f8)); + background: -moz-linear-gradient(top, #fdfdfd, #f8f8f8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcff', endColorstr='#f4f4ff'); -webkit-border-radius: .2em; -moz-border-radius: .2em; diff --git a/public/index.html b/public/index.html index e8c607b..ff54505 100755 --- a/public/index.html +++ b/public/index.html @@ -28,7 +28,7 @@
diff --git a/public/stylesheets/fc2.css b/public/stylesheets/fc2.css index 6c74cca..073c72e 100644 --- a/public/stylesheets/fc2.css +++ b/public/stylesheets/fc2.css @@ -871,6 +871,7 @@ div.conduct p.academic { padding: 2em 0; } div.conduct img { + display: inline; padding: 20px; border: solid 1px #888; background: -webkit-gradient(linear, left top, left bottom, from(#fcfcff), to(#f4f4ff)); -- 2.25.1