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

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

Issue 500093002: Use border-box sizing for the HR element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated 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 | « LayoutTests/platform/linux/tables/mozilla_expected_failures/other/empty_cells-expected.txt ('k') | no next file » | 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 c50156e1d9ac445643565dee25ffb1070eec6a22..8253c916f62ced7d03d9a442ff9f2491398776ae 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -140,7 +140,8 @@ hr {
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-style: inset;
- border-width: 1px
+ border-width: 1px;
+ box-sizing: border-box
}
map {
« no previous file with comments | « LayoutTests/platform/linux/tables/mozilla_expected_failures/other/empty_cells-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698