1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 13:56:27 +02:00

Minor fixes in grid.html

This commit is contained in:
Angelos Chalaris
2017-02-07 17:24:20 +02:00
parent c7d9193309
commit 25b0fd76c0
2 changed files with 37 additions and 38 deletions

View File

@@ -337,7 +337,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm col-lg-10 col-lg-offset-1"> <div class="col-sm col-lg-10 col-lg-offset-1">
<div class="card fluid"> <div class="card fluid">
@@ -394,7 +393,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm col-lg-10 col-lg-offset-1"> <div class="col-sm col-lg-10 col-lg-offset-1">
<div class="card fluid"> <div class="card fluid">

View File

@@ -841,3 +841,4 @@
- Updated `#header-logo` styling in order to make the framework's logo display properly in Chrome. - Updated `#header-logo` styling in order to make the framework's logo display properly in Chrome.
- Updated `header`s `logo` element styling to make sure that it does not *jump* in Chrome. - Updated `header`s `logo` element styling to make sure that it does not *jump* in Chrome.
- Documented predefined layouts in `grid.html`. - Documented predefined layouts in `grid.html`.
- Fixed the `pre` segments in `grid.html`.