diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-28 13:57:21 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-28 13:57:21 +0200 |
commit | 0eb0051e11c27dd59deb73a3aa44ca106e570102 (patch) | |
tree | ec876666b23998583f328d324794bf5774640c06 /docs/style.css | |
parent | d6fd2aa572e0fd267c168d93023c0ccb378a363f (diff) | |
download | libuca-0eb0051e11c27dd59deb73a3aa44ca106e570102.tar.gz libuca-0eb0051e11c27dd59deb73a3aa44ca106e570102.tar.bz2 libuca-0eb0051e11c27dd59deb73a3aa44ca106e570102.tar.xz libuca-0eb0051e11c27dd59deb73a3aa44ca106e570102.zip |
Add API content
Diffstat (limited to 'docs/style.css')
-rw-r--r-- | docs/style.css | 11 |
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 { |