Separator to Divider

This commit is contained in:
Tobias Reich 2015-01-04 20:55:13 +01:00
parent 4f7c1511f0
commit 1f3b164d59
6 changed files with 11 additions and 9 deletions

BIN
dist/main.css vendored

Binary file not shown.

BIN
dist/main.js vendored

Binary file not shown.

BIN
dist/view.js vendored

Binary file not shown.

View File

@ -321,10 +321,10 @@ build.infoboxPhoto = (data, forView) ->
when ''
# Separator
# Divider
html += """
</table>
<div class='separator'><h1>#{ info[1] }</h1></div>
<div class='divider'><h1>#{ info[1] }</h1></div>
<table>
"""
@ -335,7 +335,7 @@ build.infoboxPhoto = (data, forView) ->
html += """
</table>
<div class='separator'><h1>#{ info[0] }</h1></div>
<div class='divider'><h1>#{ info[0] }</h1></div>
<div id='tags'>#{ info[1] }</div>
"""
@ -398,10 +398,10 @@ build.infoboxAlbum = (data, forView) ->
if info[0] is ''
# Separator
# Divider
html += """
</table>
<div class='separator'><h1>#{ info[1] }</h1></div>
<div class='divider'><h1>#{ info[1] }</h1></div>
<table id='infos'>
"""

View File

@ -3,6 +3,7 @@
*/
#content {
position: absolute;
padding: 50px 0 33px;
width: 100%;
@ -16,7 +17,6 @@
height: 1px;
border-top: 1px solid white(.02);
}
}
/* Albums and Photos ------------------------------------------------*/
.album,
@ -183,3 +183,5 @@
font-weight: bold;
}
}
}

View File

@ -85,8 +85,8 @@
}
/* Seperator ------------------------------------------------*/
.separator {
/* Divider ------------------------------------------------*/
.divider {
float: left;
padding: 12px 0 8px;
width: 100%;