diff options
| author | sostler <sbostler@gmail.com> | 2010-05-24 20:37:43 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-24 20:37:43 -0400 |
| commit | e802ab8ba82bd925009716d284c8a4bbed9174e1 (patch) | |
| tree | 773fd1d9216a983c13a42c4324b989fd6173d04e /static/css/index.css | |
| parent | 0de81097eb19f1948cc40b6cb182628298380700 (diff) | |
| parent | 6fa2b731d3d8c5fd892e3debc3e3594259c74adf (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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; } |
