add some styling required by ReST figures stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 24 Sep 2010 11:05:10 +0200
branchstable
changeset 6334 8887f28faabf
parent 6332 312acf211cbb
child 6335 d13d488a453e
add some styling required by ReST figures
web/data/cubicweb.css
web/data/cubicweb.old.css
--- a/web/data/cubicweb.css	Thu Sep 23 23:24:42 2010 +0200
+++ b/web/data/cubicweb.css	Fri Sep 24 11:05:10 2010 +0200
@@ -198,6 +198,18 @@
   display: inline;
 }
 
+.caption {
+    font-weight: bold;
+}
+
+.legend{
+    font-style: italic;
+}
+
+.align-center{
+    text-align: center;
+}
+
 /***************************************/
 /*   LAYOUT                            */
 /***************************************/
--- a/web/data/cubicweb.old.css	Thu Sep 23 23:24:42 2010 +0200
+++ b/web/data/cubicweb.old.css	Fri Sep 24 11:05:10 2010 +0200
@@ -207,6 +207,17 @@
   display: inline;
 }
 
+.caption {
+    font-weight: bold;
+}
+
+.legend{
+    font-style: italic;
+}
+
+.align-center{
+    text-align: center;
+}
 
 /***************************************/
 /*   LAYOUT                            */