# HG changeset patch # User Alexandre Fayolle # Date 1285319110 -7200 # Node ID 8887f28faabf543d6a6dc971b6db9b345876d1d7 # Parent 312acf211cbb9a93f8729e0a9e2950475b57661b add some styling required by ReST figures diff -r 312acf211cbb -r 8887f28faabf web/data/cubicweb.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 */ /***************************************/ diff -r 312acf211cbb -r 8887f28faabf web/data/cubicweb.old.css --- 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 */