Changeset 3822:792d12537a01
- Timestamp:
- 08/24/18 18:47:09 (7 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default-dark.css
r3811 r3822 1583 1583 padding: 0; 1584 1584 overflow: hidden; 1585 position: absolute;1586 top: 3em;1587 left: 0;1588 1585 background: #a2cbe9; 1589 width: 100%; 1590 z-index: 100; } 1586 width: 100%; } 1591 1587 #prelude li { 1592 1588 list-style-type: none; -
admin/style/default.css
r3811 r3822 1583 1583 padding: 0; 1584 1584 overflow: hidden; 1585 position: absolute;1586 top: 3em;1587 left: 0;1588 1585 background: #a2cbe9; 1589 width: 100%; 1590 z-index: 100; } 1586 width: 100%; } 1591 1587 #prelude li { 1592 1588 list-style-type: none; -
admin/style/scss/partials/_header.scss
r3763 r3822 6 6 padding: 0; 7 7 overflow: hidden; 8 position: absolute;9 top: 3em;10 left: 0;11 8 background: $prelude-background; 12 9 width: 100%; 13 z-index: 100;14 10 li { 15 11 list-style-type: none;
Note: See TracChangeset
for help on using the changeset viewer.