removing unnecessary rules
This commit is contained in:
parent
cb58ff8323
commit
08f355a602
3 changed files with 4 additions and 19 deletions
|
@ -1,10 +0,0 @@
|
||||||
.right
|
|
||||||
float:right
|
|
||||||
width:50%
|
|
||||||
|
|
||||||
.left
|
|
||||||
float:left
|
|
||||||
width:50%
|
|
||||||
|
|
||||||
footer
|
|
||||||
clear:both
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/*templates/default-layout.cassius*/
|
||||||
|
|
||||||
#message
|
#message
|
||||||
padding: 20px
|
padding: 20px
|
||||||
background: lightyellow url('../css/images/overlay.png')
|
background: lightyellow url('../css/images/overlay.png')
|
||||||
|
|
|
@ -1,12 +1,5 @@
|
||||||
|
/*templates/form-widget.cassius*/
|
||||||
|
|
||||||
#main, #reel, #header
|
#main, #reel, #header
|
||||||
overflow-y: auto !important
|
overflow-y: auto !important
|
||||||
height: auto !important
|
height: auto !important
|
||||||
|
|
||||||
#reel
|
|
||||||
max-height: 670px !important
|
|
||||||
|
|
||||||
#header
|
|
||||||
max-height: 650px !important
|
|
||||||
|
|
||||||
.inner
|
|
||||||
max-height: 550px !important
|
|
||||||
|
|
Loading…
Reference in a new issue