fixed navigation styling for apps page

This commit is contained in:
Jan-Christoph Borchardt 2011-08-08 22:44:45 +02:00
parent 962907ee6f
commit 60133cc58d
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ table td.name a { padding:6px; text-decoration:none; color:#555; }
.type { text-decoration:none; color:#888; font-size:.8em; }
.description { text-decoration:none; color:#666; font-size:.9em; }
ul#apps { width:40em; list-style:none; }
ul#apps li { display:block; padding:.2em; clear:right; }
ul#apps em { color:#555; }
ul#apps input { float:right; }
#content ul#apps { width:40em; list-style:none; }
#content ul#apps li { display:block; padding:.2em; clear:right; }
#content ul#apps em { color:#555; }
#content ul#apps input { float:right; }