minor, css

This commit is contained in:
Sanj 2011-12-22 18:09:57 +05:30
parent 87167dd716
commit 92d70fcfe2

View File

@ -1,6 +1,7 @@
body { body {
background: #000; background: #000;
color: #ccc; color: #ccc;
width: 100%;
font-size: 14px; font-size: 14px;
} }
@ -22,3 +23,8 @@ body {
.time { .time {
} }
.srt {
width: 60%;
margin-left: 12px;
}