forked from wezm/wezm.net
Improve layout of article listings
This commit is contained in:
parent
5683c8809a
commit
634d93ddf0
1 changed files with 7 additions and 1 deletions
|
@ -179,6 +179,7 @@ body.articles #content {
|
||||||
ul.articles {
|
ul.articles {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
clear: left;
|
||||||
}
|
}
|
||||||
ul.articles li {
|
ul.articles li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -186,7 +187,8 @@ ul.articles li {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
body.articles ul.articles li {
|
body.articles ul.articles li {
|
||||||
height: 60px;
|
height: auto;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
ul.articles li:first-child {
|
ul.articles li:first-child {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
@ -204,6 +206,7 @@ ul.articles strong {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.more {
|
a.more {
|
||||||
/* float: right;*/
|
/* float: right;*/
|
||||||
}
|
}
|
||||||
|
@ -250,6 +253,9 @@ ul.inline li:first-child {
|
||||||
|
|
||||||
/* Search Form //----------------------------------------------------------*/
|
/* Search Form //----------------------------------------------------------*/
|
||||||
/* Via http://www.brandspankingnew.net/archive/2005/08/adding_an_os_x.html */
|
/* Via http://www.brandspankingnew.net/archive/2005/08/adding_an_os_x.html */
|
||||||
|
ul.menu {
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
#search {
|
#search {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue