Skip to content

Commit

Permalink
Corrected issue with comments meta showing list bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
Cais committed Mar 4, 2012
1 parent fd1b29c commit 3535f35
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 21 deletions.
61 changes: 40 additions & 21 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions changelog.txt
@@ -1,4 +1,11 @@
=== Desk Mess Mirrored ===
== Version 2.0.3 ==
Changelog: March 4, 2012
= CSS =
* Corrected issue with comments meta showing list bullet

/** ------------------------------------------------------------------------- */

== Version 2.0.2 ==
Changelog: March 1, 2012
= Code =
Expand Down
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -484,6 +484,7 @@ div#main-blog ul li.page_item, div#main-blog div#contact-us ul li {
}

.page div#main-blog ul li { list-style: disc inside none; }
.page div#main-blog ul li.comment { list-style: none inside none; }

.page div#content div#main-blog ol li ol { padding-left: 20px; }
.page div#content div#main-blog ol li ul { padding-left: 20px; }
Expand Down

0 comments on commit 3535f35

Please sign in to comment.