1
0
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:
Angelos Chalaris
2017-01-08 18:12:31 +02:00
parent 7d97f8c0d4
commit a7d0a87f48
6 changed files with 31 additions and 4 deletions

View File

@@ -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.
*/