1
0
Fork 0

Cleaned up Assets and refined page layout with <figcaption>

This commit is contained in:
Moritz »mo.« Sauer 2015-03-05 11:15:46 +01:00
parent 512a87e38a
commit 0968fff224
11 changed files with 26 additions and 2111 deletions

View file

@ -104,6 +104,16 @@ img { border-radius: $global-radius;}
img.aligncenter,
img.center { display: block; margin:0 auto 10px; }
figure {
margin: 0 0 rem-calc(30) 0;
}
figcaption a {
border-bottom: 1px dotted $grey-4;
color: $grey-10;
font-size: rem-calc(13);
font-family: $font-family-sans-serif;
}
/* Lists

View file

@ -86,8 +86,6 @@ button, .button { letter-spacing: 1px; }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { background: #eee; }
.homepage p { margin: 0; padding: 0; color: $grey-10; }
.caption a { border-bottom: 1px dotted $grey-4; color: $grey-10; font-size: rem-calc(13); }
.meta-info p {
font-size: rem-calc(13);