diff options
Diffstat (limited to 'static/css/dump.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 { |
