some fixes in leggero css

This commit is contained in:
real_nowhereman 2007-11-09 07:44:11 +00:00
parent b0a4c92d4d
commit ecba184106
2 changed files with 13 additions and 4 deletions

View File

@ -230,13 +230,18 @@ h4 { font-size: 1.2em; }
margin: .2em 0 .8em 0 margin: .2em 0 .8em 0
} }
/* .entry class */
.entry { .entry {
margin: 0 0 1.5em 0; margin: 0 0 1.5em 0;
padding: 0; padding: 0;
overflow: hidden; /* floating images fix */ overflow: auto; /* floating images fix IE<7*/
height:1% /* i.e. hack*/
} }
#main>.entry {
overflow: hidden; /* rest of the world :) */
}
/* end of .entry */
#main ul.entry-footer { /* entry footer */ #main ul.entry-footer { /* entry footer */
clear: both; clear: both;
font-size: 80%; font-size: 80%;
@ -251,8 +256,8 @@ h4 { font-size: 1.2em; }
.admincontrols { /* [edit] and [delete] */ .admincontrols { /* [edit] and [delete] */
float: right; font-size: 80%;
font-size: 80% text-align: right;
} }
.buttonbar { text-align: center } .buttonbar { text-align: center }

View File

@ -28,3 +28,7 @@ body { margin: 80px 0 0 0 }
} }
#comments li.comment-admin strong.comment-name { font-size:140% } #comments li.comment-admin strong.comment-name { font-size:140% }
#widget-searchbox form {
text-align: center;
}