summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-17 19:05:26 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-17 19:05:26 +0000
commit0138e3946ab2458ffb97066d4b8a0cd94d83e516 (patch)
tree60c92a775f86fc55effedb873feac18398f7acd6 /themes
parent14ce7b4d4ebaf1091083d46b86d3a17964b8c8a1 (diff)
downloadbrdo-0138e3946ab2458ffb97066d4b8a0cd94d83e516.tar.gz
brdo-0138e3946ab2458ffb97066d4b8a0cd94d83e516.tar.bz2
- Patch #421076 by stBorchert, Xano: increase font size of code and kbd tags.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 4f277451f..0aee0a8ec 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -57,6 +57,10 @@ quote, code, fieldset {
margin: .5em 0;
}
+code, pre, kbd {
+ font-size: 115%;
+}
+
p {
margin: 0.6em 0 1.2em;
padding: 0;