diff options
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/index.css b/static/css/index.css index 5d0241f..9210f8f 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -195,6 +195,7 @@ input { border:0px; background:#e9e9e9; margin:10px; +padding-left:2px; color:#000;z-index:20; font-size:30px; @@ -264,7 +265,9 @@ margin-bottom:7px; z-index: 10; } - +#adsense{ +padding-top:20px;margin: 0 auto 0 auto; +} /* * jQuery Nivo Slider v1.9 * http://nivo.dev7studios.com @@ -278,8 +281,8 @@ margin-bottom:7px; #talkaboutus{ position:relative; z-index:20; -top:-20px; - width:311px; +top:-30px; +height:0px; margin: 0 auto 0 auto; } |
