diff options
| author | hallgren <hallgren@chalmers.se> | 2011-01-18 12:59:55 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-01-18 12:59:55 +0000 |
| commit | e3d390d81ddbc2bb5b096f32b8bb911fe4bc8dbc (patch) | |
| tree | 7ee120fd0be967f817b4c6149136e06818165e58 /css | |
| parent | f8eed920ff67390fba1ba367a0f0565ec121d6a4 (diff) | |
style.css: remove border from linked GF logotypes
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 47e66c0db..1065bc762 100644 --- a/css/style.css +++ b/css/style.css @@ -17,4 +17,4 @@ th,td { border: 1px solid #333; } td { background: white; } th { background: #9df; } -h1 img { float: right; } +h1 img { float: right; border: 0; } |
