From e7b1d8b488c0a61c04a6bdae817020e1b3014356 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 9 Feb 2014 12:05:40 +0100 Subject: 3 ways to use gtk with ocaml --- theme/static/css/main.css | 12 ++++++++++++ theme/static/images/arrow.png | Bin 0 -> 1092 bytes 2 files changed, 12 insertions(+) create mode 100644 theme/static/images/arrow.png (limited to 'theme/static') diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 1bd60f6..b49ad90 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -33,9 +33,13 @@ h1, h2, h3, h4, h5, h6 { h1 { font-size: 1.5em; } + h2 { font-size: 1.3em; + font-weight: bold; + left:20px; } + h2.page_title { padding-left: 10px; text-decoration: none; @@ -46,6 +50,8 @@ h2.page_title { h3 { font-size: 1.15em; margin-left: 5px; + padding-left: 20px; + background: url("../images/arrow.png") no-repeat left bottom; } h4 { font-size: 1em; @@ -311,4 +317,10 @@ div#page { .floatleft { float: left; margin: 0px 5px 5px 0px; } .floatright { float: right; margin: 0px 0px 5px 5px; } +img.center { + display: block; + margin-left: auto; + margin-right: auto; +} + .clear { clear:both; } diff --git a/theme/static/images/arrow.png b/theme/static/images/arrow.png new file mode 100644 index 0000000..e42bdda Binary files /dev/null and b/theme/static/images/arrow.png differ -- cgit v1.2.3