mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #1079 from tailwindcss/fix-hr-base-styles
Fix base styles for horizontal rules
This commit is contained in:
commit
23ae352ccf
@ -384,6 +384,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
hr,
|
||||
figure,
|
||||
p,
|
||||
pre {
|
||||
@ -461,7 +462,7 @@ html {
|
||||
*/
|
||||
|
||||
hr {
|
||||
border-width: 1px;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -384,6 +384,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
hr,
|
||||
figure,
|
||||
p,
|
||||
pre {
|
||||
@ -461,7 +462,7 @@ html {
|
||||
*/
|
||||
|
||||
hr {
|
||||
border-width: 1px;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -34,6 +34,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
hr,
|
||||
figure,
|
||||
p,
|
||||
pre {
|
||||
@ -109,7 +110,7 @@ html {
|
||||
* Ensure horizontal rules are visible by default
|
||||
*/
|
||||
hr {
|
||||
border-width: 1px;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user