Minor dashboard style tweaks
authorDavid Schoonover <dsc@wikimedia.org>
Thu, 7 Jun 2012 10:31:50 +0000 (03:31 -0700)
committerDavid Schoonover <dsc@wikimedia.org>
Thu, 7 Jun 2012 10:31:50 +0000 (03:31 -0700)
lib/template/dashboard/dashboard.jade
lib/template/graph/graph-display.jade
www/css/dashboard.styl

index ce3312e..ee81124 100644 (file)
@@ -1,4 +1,4 @@
-section#dashboard
+section#dashboard.centered
     .page-header
         h1 Wikimedia Report Card 
             small March 2012
index 1c2e855..f15e2b6 100644 (file)
@@ -11,8 +11,8 @@ section.graph-display.graph(id=graph_id)
             .metric-change.month-over-month
                 span.dates(data-bind='callout.month.dates') #{callout.month.dates}
                 span.value(data-bind='callout.month.value') #{callout.month.value}
-        h2.graph-name
-            a(id="graph-title", href="#{model.toLink()}", data-bind='name') #{name}
+        h2
+            a.graph-name(href="#{model.toLink()}", data-bind='name') #{name}
     
     .graph-viewport-row.row-fluid: .inner
         .viewport
index ababdfa..8e27375 100644 (file)
@@ -19,7 +19,7 @@
 
 /* }}} */
 
-.dashboard
+#dashboard
     
     section.graph
         margin 7em auto