diff options
| author | tekkub <tekkub@gmail.com> | 2009-06-25 14:10:11 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-06-25 14:10:31 -0600 |
| commit | 5d15d064cee4a4c44b921d67faf287559add4d27 (patch) | |
| tree | 110dd5de8e63e380bc7c081d0858715e5b68c3be /css/style.css | |
| parent | f9baeeee746ea7d76d81d9941561b09eff54ec16 (diff) | |
make index categories style a bit less painful to work with
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 39e3010..29c3f69 100755 --- a/css/style.css +++ b/css/style.css @@ -17,6 +17,7 @@ h2 { background: #ddd; text-align: center; padding: 4px; } #footer { background: #ddd;} #footer a { color: #444; } +.category_index { float: left; margin: 4px; width:255px; } .info, .fork { padding: 10px; } .content { font-size: 1.2em; } .content h3 { background: #fdd; font-size: 1.7em; padding: 6px 2px; margin-top: 1.5em; } |
