some fixes in leggero css
This commit is contained in:
parent
b0a4c92d4d
commit
ecba184106
@ -230,13 +230,18 @@ h4 { font-size: 1.2em; }
|
||||
margin: .2em 0 .8em 0
|
||||
}
|
||||
|
||||
/* .entry class */
|
||||
.entry {
|
||||
margin: 0 0 1.5em 0;
|
||||
padding: 0;
|
||||
overflow: hidden; /* floating images fix */
|
||||
height:1% /* i.e. hack*/
|
||||
overflow: auto; /* floating images fix IE<7*/
|
||||
}
|
||||
|
||||
#main>.entry {
|
||||
overflow: hidden; /* rest of the world :) */
|
||||
}
|
||||
/* end of .entry */
|
||||
|
||||
#main ul.entry-footer { /* entry footer */
|
||||
clear: both;
|
||||
font-size: 80%;
|
||||
@ -251,8 +256,8 @@ h4 { font-size: 1.2em; }
|
||||
|
||||
|
||||
.admincontrols { /* [edit] and [delete] */
|
||||
float: right;
|
||||
font-size: 80%
|
||||
font-size: 80%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.buttonbar { text-align: center }
|
||||
|
@ -28,3 +28,7 @@ body { margin: 80px 0 0 0 }
|
||||
}
|
||||
|
||||
#comments li.comment-admin strong.comment-name { font-size:140% }
|
||||
|
||||
#widget-searchbox form {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user