unfix css styling in one place; fix it in another [ci skip]
This commit is contained in:
parent
c31413e73c
commit
6e16a748e7
2 changed files with 1 additions and 11 deletions
|
|
@ -2,16 +2,6 @@ body {
|
|||
background-image : image_url("pattern.png");
|
||||
}
|
||||
|
||||
/* gross hax */
|
||||
#container {
|
||||
position : absolute;
|
||||
min-height : 100%;
|
||||
width : 100%;
|
||||
|
||||
left : 0;
|
||||
top : 0;
|
||||
}
|
||||
|
||||
/* new link color */
|
||||
a { color : rgb(42,156,235) }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#profile {
|
||||
height : 100%;
|
||||
min-height : 100%;
|
||||
|
||||
color : #fff;
|
||||
background : {
|
||||
|
|
|
|||
Loading…
Reference in a new issue