diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-28 16:55:31 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-28 16:55:31 +0000 |
commit | 8d11106c08dd22e4c1426c3e2f4120e4f8e30e7a (patch) | |
tree | 558685742d118231c7ddda512d03fc3c2eb8a075 /views | |
parent | 225e17002545e9965f959918d4ac804a5004e9ad (diff) | |
download | elgg-8d11106c08dd22e4c1426c3e2f4120e4f8e30e7a.tar.gz elgg-8d11106c08dd22e4c1426c3e2f4120e4f8e30e7a.tar.bz2 |
added additional styles for code, pre, blockquote, dl, dt etc
git-svn-id: https://code.elgg.org/elgg/trunk@2332 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 22aa056c4..d36a82341 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -138,6 +138,36 @@ h4 { font-size: 1.0em; } h5 { font-size: 0.9em; } h6 { font-size: 0.8em; } +dt { + margin: 0; + padding: 0; + font-weight: bold; +} +dd { + margin: 0 0 1em 1em; + padding: 0; +} +pre, code { + font-family:Monaco,"Courier New",Courier,monospace; + font-size:12px; + background:#EBF5FF; + overflow:auto; +} +code { + padding:2px 3px; +} +pre { + padding:3px 15px; + margin:0px 0 15px 0; + line-height:1.3em; +} +blockquote { + padding:3px 15px; + margin:0px 0 15px 0; + line-height:1.3em; + background:#fdffc3; + border:none !important; +} /* *************************************** PAGE LAYOUT - MAIN STRUCTURE |