unfix css styling in one place; fix it in another [ci skip]

This commit is contained in:
danielgrippi 2012-05-07 15:13:27 -07:00
parent c31413e73c
commit 6e16a748e7
2 changed files with 1 additions and 11 deletions

View file

@ -2,16 +2,6 @@ body {
background-image : image_url("pattern.png"); background-image : image_url("pattern.png");
} }
/* gross hax */
#container {
position : absolute;
min-height : 100%;
width : 100%;
left : 0;
top : 0;
}
/* new link color */ /* new link color */
a { color : rgb(42,156,235) } a { color : rgb(42,156,235) }

View file

@ -1,5 +1,5 @@
#profile { #profile {
height : 100%; min-height : 100%;
color : #fff; color : #fff;
background : { background : {