diff options
Diffstat (limited to 'gentoobrowse/style.css')
-rw-r--r-- | gentoobrowse/style.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gentoobrowse/style.css b/gentoobrowse/style.css index dcd30f0..6d5d2f9 100644 --- a/gentoobrowse/style.css +++ b/gentoobrowse/style.css @@ -56,7 +56,9 @@ p { .urls { float: right; margin: 8px 30px; - text-align: center; +} +.urls a { + display: block; } div.trademark, div.poweredby { @@ -82,14 +84,13 @@ form.generalForm td input { border: 1px solid #aaaaff; width: 98%; } -form.tracker { - float: right; - margin-right: 30px; - margin-left: 30px; -} .tracked { font-weight: bold; } +#dotrack, #dountrack { + font-size: 8px; + margin: 0 10px; +} .tabstrip { } |