add texture background to body
authorgreg gay <ggay@ocad.ca>
Wed, 28 Apr 2010 19:14:12 +0000 (19:14 -0000)
committergreg gay <ggay@ocad.ca>
Wed, 28 Apr 2010 19:14:12 +0000 (19:14 -0000)
docs/themes/default/styles.css

index d6a3bb0..e88c896 100644 (file)
@@ -1,6 +1,7 @@
 html,body{
     height:100%;
 
+
 }
 .site-name{
     font-size:small;
@@ -17,6 +18,7 @@ body {
     margin-top: -10px;
     font-size: .8em;
     background-color: #eeeeee;
+        background-image:url('images/texture_bg.png');
 }
 .page_wrapper{
     border:1px solid #cccccc;
@@ -619,7 +621,7 @@ table.data th a {
        color: #595241;
        padding-right: 15px;
        margin-right: 15px;
-       background-image: url('../default/images/sort.png');
+       background-image: url('images/sort.png');
        background-repeat: no-repeat;
        background-position: right;
 }