aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/reset.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/reset.php')
-rw-r--r--views/default/css/elements/reset.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php
index f8d7b16bc..44bf2fac9 100644
--- a/views/default/css/elements/reset.php
+++ b/views/default/css/elements/reset.php
@@ -6,6 +6,7 @@
* @subpackage UI
*/
?>
+
/* ***************************************
RESET CSS
*************************************** */
@@ -27,13 +28,20 @@ table, caption, tbody, tfoot, thead, tr, th, td {
font-family: inherit;
vertical-align: baseline;
}
+body {
+ background-color: white;
+}
+<?php // force vertical scroll bar ?>
+html, body {
+ height: 100%;
+ margin-bottom: 1px;
+}
img {
border-width:0;
border-color:transparent;
}
:focus {
- outline:0 none;
- -moz-outline-style: none;
+ outline: 0 none;
}
ol, ul {
list-style: none;
@@ -47,7 +55,7 @@ ins {
del {
text-decoration:line-through;
}
-strong {
+strong, b {
font-weight:bold;
}
table {