mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-16 10:53:59 +02:00
Horizontal rule styling
This commit is contained in:
@@ -41,3 +41,6 @@
|
||||
- Added `apply-defaults-to-all` flag to apply fonts and styles to all elements except `html`, setting fonts and sizes for the whole document properly.
|
||||
- Set basic styles for headers.
|
||||
- Change to the color of `small` elements in headers from `#555` to `#444`.
|
||||
- Built styling for horizontal rules, fixes apply as before.
|
||||
- `hr` elements get a margin for left and right (`4px`). This is a design decision for the flavor.
|
||||
- `hr` top and bottom margins changed to `0.5em` from `0.7em`.
|
@@ -15,7 +15,6 @@
|
||||
<body>
|
||||
<h1>mini.css <small>A minimal Sass-y responsive mobile-first style-agnostic CSS framework</small></h1>
|
||||
<p><strong>v2.0</strong> is currently in development. The following page and any related links are going to be incomplete, buggy and/or unstable. But, if you are interested in seeing what it will look like, have a peek!</p>
|
||||
<br><br>
|
||||
<hr>
|
||||
<h1>Heading 1 <small>small text</small></h1>
|
||||
<h2>Heading 2 <small>small text</small></h2>
|
||||
|
Reference in New Issue
Block a user