Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/remora.css
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-03-21 05:54:57 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-21 05:54:57 (GMT)
commitb6607b36b4fe5be82297abaea88e120de7c1ce44 (patch)
treea44f7ca03ac5524024c98343c7ef517038d4f870 /site/app/webroot/css/remora.css
parent1fb3c4ae563e9ede7cdc6cdb6b4292773703c14d (diff)
parent32c281e71ab055ed2ad44b44e5863cf9779a621d (diff)
merge with snvdevel
Diffstat (limited to 'site/app/webroot/css/remora.css')
-rw-r--r--site/app/webroot/css/remora.css19
1 files changed, 17 insertions, 2 deletions
diff --git a/site/app/webroot/css/remora.css b/site/app/webroot/css/remora.css
index 57fa3e1..0c796e6 100644
--- a/site/app/webroot/css/remora.css
+++ b/site/app/webroot/css/remora.css
@@ -18,8 +18,8 @@
#cat-list li.selected a { background: #99CC66; }
/* Add-on Summary */
-#addon-summary .stats { position: absolute; left: 20px; top: 18em; margin: 1em 0; }
-#addon-summary { min-height: 225px; }
+#addon-summary .stats { position: absolute; left: 20px; top: 19em; margin: 1em 0; text-align: center; }
+#addon-summary { min-height: 255px; }
#addon-summary .privacypolicy { clear: both; padding-top: .5em; }
/* Details Page */
@@ -136,4 +136,19 @@ div.hsession { display: none; }
}
#tabbed-editor .ui-tabs-nav {
display: block;
+}
+
+
+/* FAQ styling */
+
+dl.faq dt {
+ margin: 1em 0 0 0;
+}
+
+dl.faq dd {
+ margin-top: 0.5em;
+}
+
+dl.faq dt:target {
+ color: #df731b;
} \ No newline at end of file