about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSander Mathijs van Veen <smvv@kompiler.org>2013-06-16 17:39:13 +0200
committerSander Mathijs van Veen <smvv@kompiler.org>2013-06-16 17:40:45 +0200
commit64ccc60eee27180e0393ba87a40bbb0bbb73fad5 (patch)
tree0239b057547074ff9ec4fc5cc432b1d5108d9241
parentebca26cd542e2e733bf11c7be7b541b54b0f9ef2 (diff)
downloadrust-64ccc60eee27180e0393ba87a40bbb0bbb73fad5.tar.gz
rust-64ccc60eee27180e0393ba87a40bbb0bbb73fad5.zip
Remove h[123] border and increase their padding to better readability
-rw-r--r--doc/rust.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/doc/rust.css b/doc/rust.css
index 35581a8d4ed..ed9ea446aa8 100644
--- a/doc/rust.css
+++ b/doc/rust.css
@@ -12,41 +12,38 @@ body {
 }
 
 h1 {
-    font-size: 20pt;
-    margin-top: 2em;
+    font-size: 24pt;
+    margin-top: 1.6em;
     padding-left: 0.4em;
     line-height: 1.6em;
     background-color:#FFF2CE;
     border-radius: 0.2em;
-    border: 1px solid rgba(0, 0, 0, 0.15);
 }
 
 h2 {
-    font-size: 15pt;
-    margin-top: 2em;
-    padding-left: 0.4em;
+    font-size: 16pt;
+    margin-top: 1.6em;
+    padding: 0.2em 0.5em;
     background-color:#FFF2CE;
     border-radius: 0.4em;
-    border: 1px solid rgba(0, 0, 0, 0.15);
 }
 
 h2 code {
     color: #097334;
-    font-size: 15pt;
+    font-size: 16pt;
 }
 
 h3 {
-    font-size: 13pt;
+    font-size: 14pt;
     color: black;
     background-color:#D9E7FF;
     border-radius: 0.4em;
-    border: 1px solid rgba(0, 0, 0, 0.15);
-    padding: 0 0.4em 0 0.4em;
+    padding: 0.2em 0.5em;
 }
 
 h3 code {
     color: #541800;
-    font-size: 13pt;
+    font-size: 14pt;
     font-style: italic;
 }