add plugin basics and fix #31 by providing it as plugin
This commit is contained in:
17
style.css
17
style.css
@ -35,12 +35,6 @@ body {
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
#redeem {
|
||||
/* cheap hack to prevent sidebar content being overlayed by the map
|
||||
* status box */
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
|
||||
|
||||
.enl {
|
||||
color: #03fe03 !important;
|
||||
@ -489,6 +483,17 @@ aside:nth-child(odd) span {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
#toolbox {
|
||||
padding: 4px;
|
||||
font-size:90%;
|
||||
}
|
||||
|
||||
#spacer {
|
||||
/* cheap hack to prevent sidebar content being overlayed by the map
|
||||
* status box */
|
||||
height: 55px;
|
||||
}
|
||||
|
||||
/* a common portal display takes this much space (prevents moving
|
||||
* content when first selecting a portal) */
|
||||
|
||||
|
Reference in New Issue
Block a user