Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: Source/core/css/html.css

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/RuleSetTest.cpp ('k') | Source/core/css/parser/CSSSelectorParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 6fa435af4f1683b82d0c19a90b429e3db1a8872c..ea930c459d226d3559ae574ef06634015c734f02 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -330,6 +330,10 @@ li {
text-align: -webkit-match-parent;
}
+li::marker {
+ display: inline;
+}
+
ul ul, ol ul {
list-style-type: circle
}
« no previous file with comments | « Source/core/css/RuleSetTest.cpp ('k') | Source/core/css/parser/CSSSelectorParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698