[enh] add a nice <hr> to style

This commit is contained in:
Laurent Peuch 2015-12-04 11:22:21 +01:00
parent d167ee3de7
commit 80d30be489
2 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,12 @@ body {
margin-top: .5em; margin-top: .5em;
} }
.gallery-header > hr {
width: 14%;
margin-top: 3.5em;
color: #BBB;
}
.gallery-title > h2 { .gallery-title > h2 {
text-transform: uppercase; text-transform: uppercase;
margin-bottom: .2em; margin-bottom: .2em;

View File

@ -13,6 +13,7 @@
<img id="logo" src="../materialize/img/logo.svg" /> <img id="logo" src="../materialize/img/logo.svg" />
<h1>Gallery Name</h1> <h1>Gallery Name</h1>
<h4>Subtext of the gallery name</h4> <h4>Subtext of the gallery name</h4>
<hr>
</div> </div>
<div class="galleries-grid"> <div class="galleries-grid">