1
0

BP: Added CSS to not indent dd elements in new entries summary definition list.

This commit is contained in:
Matthias Mees
2010-05-02 20:47:48 +00:00
parent f65b4f34c6
commit 1d4db5c8f6

View File

@ -237,6 +237,8 @@ ul.archives_row li.archives_link {
width: 19.9%;
}
.archive_summary dd { margin-left: 0; }
ul.staticpage_navigation {
list-style-type: none;
display: inline;