aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/core.php')
-rw-r--r--views/default/css/elements/core.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/views/default/css/elements/core.php b/views/default/css/elements/core.php
index 65c5f2a2e..f46ec11d9 100644
--- a/views/default/css/elements/core.php
+++ b/views/default/css/elements/core.php
@@ -9,11 +9,6 @@
/* ***************************************
Core
*************************************** */
-body {
- font-size: 80%;
- line-height: 1.4em;
- font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
-}
a:hover,
a.selected {
text-decoration: underline;
@@ -45,8 +40,6 @@ dd {
margin: 0 0 1em 1em;
}
pre, code {
- font-family:Monaco,"Courier New",Courier,monospace;
- font-size:12px;
background:#EBF5FF;
color:#000000;
overflow:auto;
@@ -69,7 +62,6 @@ pre {
blockquote {
padding:3px 15px;
margin:0px 0 15px 0;
- line-height:1.3em;
background:#EBF5FF;
border:none;
-webkit-border-radius: 4px;