diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-09 15:32:19 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-09 15:32:19 +0200 |
commit | 09a39c557e4891556755dac241329b18980ecf33 (patch) | |
tree | f11887426b013ec5aa7cd00db8c36704eaabffb0 /helpers/DATA/firefox/gnu | |
parent | c8c4667eb7a8a5ed7a7aae9f06c7340ac0adc514 (diff) |
Fixed css in aboutHome.xhtml that was preventing compilation
Diffstat (limited to 'helpers/DATA/firefox/gnu')
-rw-r--r-- | helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml b/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml index 21e708f..c1acf4a 100644 --- a/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml +++ b/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml @@ -34,11 +34,6 @@ bottom:2px; left:2px; } -#addonsform form{ -position:relative; -left:10px; -} - em { color:#600 } @@ -47,14 +42,6 @@ a{ color:#004998 } -#addonsform{ -background-color:#fff; -font-size:14px; -padding:10px 30px 20px 30px; -border-radius: 10px; -box-shadow: 0px 0px 5px #888888; -} - .block-side-margin { min-width: 16px; -moz-box-flex: 1; @@ -81,6 +68,12 @@ color:#666; text-shadow:0px 1px 0px #fff; } +.titlelink { +font-weight:bold; +color:#56728C; +text-shadow:0px 1px 0px #fff; +} + #footer{ min-height:100px; } @@ -89,7 +82,7 @@ min-height:100px; </head> - <body dir="&locale.dir;" onload="prepare();"> + <body dir="&locale.dir;"> <div class="spacer"/> |