mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-03 02:42:39 +02:00
Added new footer element class for absolute positioning, as discussed in #42
This commit is contained in:
8
dist/mini-default.css
vendored
8
dist/mini-default.css
vendored
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
Flavor name: Default (mini-default)
|
||||
Author: Angelos Chalaris (chalarangelo@gmail.com)
|
||||
mini.css version: v2.0.2 (Fermion)
|
||||
mini.css version: v2.1.0 (Fermion)
|
||||
*/
|
||||
/*
|
||||
Browsers resets and base typography.
|
||||
@@ -681,6 +681,12 @@ footer {
|
||||
footer a, footer a:visited {
|
||||
color: #039be5; }
|
||||
|
||||
footer.bottom {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%; }
|
||||
|
||||
/*
|
||||
Definitions for forms and input elements.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user