diff options
Diffstat (limited to 'theme/css/blog.php')
| -rw-r--r-- | theme/css/blog.php | 13 |
1 files changed, 13 insertions, 0 deletions
| diff --git a/theme/css/blog.php b/theme/css/blog.php index b4b80d0..bef21dd 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php | |||
| @@ -91,6 +91,13 @@ div.entry { | |||
| 91 | font: 75%/150% Arial, "Trebuchet MS", Tahoma; | 91 | font: 75%/150% Arial, "Trebuchet MS", Tahoma; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | div.entry ol, | ||
| 95 | div.entry ul, | ||
| 96 | a[name|="comment"]+div.bubble ol, | ||
| 97 | a[name|="comment"]+div.bubble ul { | ||
| 98 | margin-left: 3em; | ||
| 99 | } | ||
| 100 | |||
| 94 | <?php | 101 | <?php |
| 95 | 102 | ||
| 96 | $getupdates = "SELECT * FROM updates"; | 103 | $getupdates = "SELECT * FROM updates"; |
| @@ -207,3 +214,9 @@ div.post-date-4 { | |||
| 207 | float: left; | 214 | float: left; |
| 208 | background: url(/theme/images/date-bg-4.gif) no-repeat; | 215 | background: url(/theme/images/date-bg-4.gif) no-repeat; |
| 209 | } | 216 | } |
| 217 | |||
| 218 | span.post-vote { | ||
| 219 | float: right; | ||
| 220 | position: relative; | ||
| 221 | top: -10px; | ||
| 222 | } | ||
