Separator to Divider
This commit is contained in:
parent
4f7c1511f0
commit
1f3b164d59
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
BIN
dist/main.js
vendored
BIN
dist/main.js
vendored
Binary file not shown.
BIN
dist/view.js
vendored
BIN
dist/view.js
vendored
Binary file not shown.
@ -321,10 +321,10 @@ build.infoboxPhoto = (data, forView) ->
|
|||||||
|
|
||||||
when ''
|
when ''
|
||||||
|
|
||||||
# Separator
|
# Divider
|
||||||
html += """
|
html += """
|
||||||
</table>
|
</table>
|
||||||
<div class='separator'><h1>#{ info[1] }</h1></div>
|
<div class='divider'><h1>#{ info[1] }</h1></div>
|
||||||
<table>
|
<table>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -335,7 +335,7 @@ build.infoboxPhoto = (data, forView) ->
|
|||||||
|
|
||||||
html += """
|
html += """
|
||||||
</table>
|
</table>
|
||||||
<div class='separator'><h1>#{ info[0] }</h1></div>
|
<div class='divider'><h1>#{ info[0] }</h1></div>
|
||||||
<div id='tags'>#{ info[1] }</div>
|
<div id='tags'>#{ info[1] }</div>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -398,10 +398,10 @@ build.infoboxAlbum = (data, forView) ->
|
|||||||
|
|
||||||
if info[0] is ''
|
if info[0] is ''
|
||||||
|
|
||||||
# Separator
|
# Divider
|
||||||
html += """
|
html += """
|
||||||
</table>
|
</table>
|
||||||
<div class='separator'><h1>#{ info[1] }</h1></div>
|
<div class='divider'><h1>#{ info[1] }</h1></div>
|
||||||
<table id='infos'>
|
<table id='infos'>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 50px 0 33px;
|
padding: 50px 0 33px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -16,7 +17,6 @@
|
|||||||
height: 1px;
|
height: 1px;
|
||||||
border-top: 1px solid white(.02);
|
border-top: 1px solid white(.02);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Albums and Photos ------------------------------------------------*/
|
/* Albums and Photos ------------------------------------------------*/
|
||||||
.album,
|
.album,
|
||||||
@ -182,4 +182,6 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
@ -85,8 +85,8 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seperator ------------------------------------------------*/
|
/* Divider ------------------------------------------------*/
|
||||||
.separator {
|
.divider {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 12px 0 8px;
|
padding: 12px 0 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user