mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
Make the roster look right in chrome and firefox
This commit is contained in:
parent
877d35ecb4
commit
076d8e4a9f
@ -604,7 +604,7 @@ button.secondary:hover:not(:disabled) {
|
||||
}
|
||||
#roster li,
|
||||
#bookmarks li {
|
||||
display: table;
|
||||
list-style-type: none;
|
||||
padding: 7px 35px 7px 10px;
|
||||
margin: 0px;
|
||||
position: relative;
|
||||
@ -622,7 +622,6 @@ button.secondary:hover:not(:disabled) {
|
||||
}
|
||||
#roster li .wrap,
|
||||
#bookmarks li .wrap {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
@ -46,7 +46,7 @@
|
||||
#bookmarks
|
||||
|
||||
li
|
||||
display: table
|
||||
list-style-type: none
|
||||
padding: 7px 35px 7px 10px
|
||||
margin: 0px
|
||||
position: relative
|
||||
@ -61,7 +61,6 @@
|
||||
borderbox()
|
||||
|
||||
.wrap
|
||||
display: table-cell
|
||||
vertical-align: middle
|
||||
padding-left: 40px
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1387232708806
|
||||
# 0.0.1 1387233558178
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user