Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/type.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/css/type.css')
-rw-r--r--site/app/webroot/css/type.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/site/app/webroot/css/type.css b/site/app/webroot/css/type.css
index f6eaa8a..5bb85cc 100644
--- a/site/app/webroot/css/type.css
+++ b/site/app/webroot/css/type.css
@@ -92,8 +92,6 @@ h4#moz { font-weight: bold; font-size: 130%; }
#categories a:link, #categories a:visited { text-decoration: none; }
#categories p { line-height: 1.4; }
-
-
/*** =Add-on boxes ***/
.addon .name { font-size: 180%; line-height: 1.2; font-weight: normal; }
.addon .author { font-size: 100%; }
@@ -120,9 +118,8 @@ h4#moz { font-weight: bold; font-size: 130%; }
/*** =Install button ***/
.install-button { font: bold 120% "Trebuchet MS", Helvetica, "Helvetica Neue", Arial, sans-serif; }
.install-button a { text-decoration: none; }
-.exp-loggedout, .exp-confirmed { font-size: 90%; }
-.exp-loggedout .install-button a,
-.exp-confirmed .install-button a { font-size: 110%; text-align: left; }
+.exp-loggedout { font-size: 90%; }
+.exp-loggedout .install-button a { font-size: 110%; text-align: left; }
/*** =Pitch ***/
.pitch h3 { font-size: 100%; font-weight: bold; line-height: 1.2; }
@@ -141,13 +138,11 @@ h4#moz { font-weight: bold; font-size: 130%; }
/*** =Detail page ***/
#addon-summary .name { font-size: 200%; }
.addon-cats { list-style: none; font-size: 95%; }
-.addon-cats a:link, .addon-cats a:visited { text-decoration: none; }
+.addon-cats a:link { text-decoration: none; }
.addon-cats a:hover, .addon-cats a:active, .addon-cats a:focus { text-decoration: underline; }
.addon-images, .addon-reviews { list-style: none; }
.addon-images a img { vertical-align: top; }
.addon-reviews .cite { font-size: 95%; }
-#license a { font-size: 70%; }
-.oldversion .license a { font-size: 80%; }
/* =Review form */
#form-review #review-submit { font-size: 90%; }