summaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-08-28 13:57:21 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-08-28 13:57:21 +0200
commit0eb0051e11c27dd59deb73a3aa44ca106e570102 (patch)
treeec876666b23998583f328d324794bf5774640c06 /docs/style.css
parentd6fd2aa572e0fd267c168d93023c0ccb378a363f (diff)
downloaduca-0eb0051e11c27dd59deb73a3aa44ca106e570102.tar.gz
uca-0eb0051e11c27dd59deb73a3aa44ca106e570102.tar.bz2
uca-0eb0051e11c27dd59deb73a3aa44ca106e570102.tar.xz
uca-0eb0051e11c27dd59deb73a3aa44ca106e570102.zip
Add API content
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/style.css b/docs/style.css
index a2cd2f6..a9fc9ca 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -52,9 +52,9 @@ p {
margin-bottom: 24px;
}
-p > code {
- font-size: 0.8em;
-}
+/* p > code { */
+/* font-size: 0.8em; */
+/* } */
h1, h2, h3, h4, h5, h6 {
margin-bottom: 24px;
@@ -94,11 +94,12 @@ h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
pre {
margin-bottom: 24px;
- line-height: 1.3em;
+ line-height: 1.2em;
+ font-size: large;
}
code {
- font-family: "Droid Sans Mono", monospace;
+ font-family: "Inconsolata", monospace;
}
ul, ol {