diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2011-02-12 21:00:54 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2011-02-12 21:00:54 -0500 |
| commit | 157c865f7486cd4ed684d2bf90c8a03d5b2164b5 (patch) | |
| tree | 890ba17573194d55954691b9f93cef744676419e /static/css | |
| parent | 6403e0f5489a74989f2ef3ca0ed936f259eaecdc (diff) | |
sostler prod commit
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 27bf99a..17b208c 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -24,6 +24,9 @@ table, caption, tbody, tfoot, thead, tr, th, td { } body { line-height: 1; + background-color:#fff; + margin:0; + } ol, ul { list-style: none; @@ -569,17 +572,6 @@ a.msg-image-zoom img.zoom-icon:hover { /* pichat.css */ -body { - -background-color:#fff; - margin:0; - - background-repeat:repeat-x; - background-position:top; -overflow:hidden; - -} - a { font-size: 12px; color: #000; @@ -1372,12 +1364,10 @@ font-size:120%; color:#000;color:#000; } -#adsenseprofile{ -position:fixed;top:490; -left:20; -} + #chatrap{ margin-left:245px; +overflow:hidden; } #uploadp{ @@ -1528,6 +1518,7 @@ color:000; .logged-dump { background-color:#fff; text-overflow: ellipsis-word; + padding: 0px 18px 6px 18px; margin-top: 18px; font-family: Arial, Helvetica, sans-serif; @@ -2092,7 +2083,7 @@ text-align: justify; text-justify: newspaper } #dis_frame { height: 300px; - overflow-x: hidden; + overflow-x: auto; width: 100%; } #dis_content { |
