CSS: Fix weird layout of systems listing on homepage
This commit is contained in:
parent
03d278e4ff
commit
1f5418a10e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ i.grayedout { color: #aaa; font-size: 13px; }
|
|||
#about p, #about dd { text-align: justify }
|
||||
#about ul { padding-left: 20px }
|
||||
|
||||
#systems li { display: block; float: left; width: 300px; margin: 20px 10px; padding-left: 60px }
|
||||
#systems li { display: block; float: left; width: 300px; min-height: 70px; margin: 20px 10px; padding-left: 60px }
|
||||
#systems span { display: block; margin-left: -55px; float: left; width: 50px; height: 50px; background-repeat: no-repeat; }
|
||||
#systems b { font-size: 24px; display: block }
|
||||
#systems .hidden { display: none; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue