mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-04 06:01:23 -04:00
Third times the charm. Rethink unordered lists and bullets. Revert to turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets.
This commit is contained in:
@@ -92,25 +92,12 @@ a:hover,
|
||||
|
||||
/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
#g-content ul li {
|
||||
ul.g-text li,
|
||||
.g-text ul li {
|
||||
list-style-type: disc;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
form ul li,
|
||||
#g-action-status li,
|
||||
#g-log-entries li,
|
||||
#g-tag-admin li,
|
||||
.g-buttonset li,
|
||||
.g-buttonset-vertical li,
|
||||
.g-paginator li,
|
||||
.ui-sortable li,
|
||||
.ui-widget-header li {
|
||||
list-style: none !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
form {
|
||||
|
||||
Reference in New Issue
Block a user