Merge pull request #49 from saulius36/patch-1

Update compact.css
This commit is contained in:
Catalin Novgorodschi
2024-05-15 12:55:01 +03:00
committed by GitHub
+14 -5
View File
@@ -1,8 +1,17 @@
body {
background-color: #FFFFFF;
direction: ltr;
margin: 0;
text-align: left;
BODY
{
COLOR: #6495ED; /* 1 */
font-size:10pt;
font-weight:light; /* 2 */
font-style:italic; /* 3 */
background:#FFF;
background:url(img/bg.gif); /* 4 */
background-repeat:repeat; /* 5 */
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
border: 0 none;