aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2014-02-09 12:05:40 +0100
committerSébastien Dailly <sebastien@chimrod.com>2014-02-09 22:19:46 +0100
commite7b1d8b488c0a61c04a6bdae817020e1b3014356 (patch)
treed9cb786660f262a75e57359ead9b862e7cdefb76 /theme
parent0480f5ba560dbede71f1aa118da647f406e87f14 (diff)
3 ways to use gtk with ocaml
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/static/css/main.css12
-rw-r--r--theme/static/images/arrow.pngbin0 -> 1092 bytes
2 files changed, 12 insertions, 0 deletions
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
--- /dev/null
+++ b/theme/static/images/arrow.png
Binary files differ