tinycm diff style.css @ rev 37
Few small change
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 07 23:50:04 2014 +0100 (2014-01-07) |
parents | 5a312bd55038 |
children | 6dfd1c3a2fdf |
line diff
1.1 --- a/style.css Sat Jan 04 18:49:08 2014 +0100 1.2 +++ b/style.css Tue Jan 07 23:50:04 2014 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 img { border: 0pt none; vertical-align: middle; } 1.5 pre { 1.6 overflow: auto; 1.7 - font-size: 96%; 1.8 + font-size: 98%; 1.9 } 1.10 textarea, table { width: 100%; } 1.11 thead { font-weight: bold; } 1.12 @@ -148,10 +148,11 @@ 1.13 padding: 10px; 1.14 } 1.15 1.16 -pre img { padding: 4px; } 1.17 +pre img { margin: 4px 4px 4px 0px; } 1.18 1.19 .error { color: red; } 1.20 .ok { color: green; } 1.21 +.date { color: #666; font-size: 96%; } 1.22 1.23 /* Progress bar */ 1.24 1.25 @@ -213,7 +214,7 @@ 1.26 1.27 #tools { 1.28 padding-top: 10px; 1.29 - margin-top: 20px; 1.30 + margin: 20px 0px; 1.31 /*border-top: 1px dotted #ccc; 1.32 position: fixed; 1.33 bottom: 10px;*/ 1.34 @@ -279,3 +280,10 @@ 1.35 } 1.36 1.37 #footer a { padding: 0 2px; } 1.38 + 1.39 +/* Plugins CSS */ 1.40 + 1.41 +.blogpost { border-bottom: 1px dotted #ddd; } 1.42 +.post-tools { border-bottom: 1px dotted #ddd; padding: 4px 0;} 1.43 +.post-tools a { text-decoration: none; } 1.44 +.post-tools a:hover { text-decoration: underline; }