diff options
| -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 | 
