From 1f3b164d596d8b683570b15fe31510fdcbaf2387 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 4 Jan 2015 20:55:13 +0100 Subject: [PATCH] Separator to Divider --- dist/main.css | Bin 34695 -> 35033 bytes dist/main.js | Bin 171049 -> 171043 bytes dist/view.js | Bin 96911 -> 96905 bytes src/scripts/build.coffee | 10 +++++----- src/styles/_content.scss | 6 ++++-- src/styles/_infobox.scss | 4 ++-- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dist/main.css b/dist/main.css index df0acb5aa50a68d189202f5ad3b945eefff23259..80826358ba70b5b730019960d4aeeffcfbdf2c22 100644 GIT binary patch delta 788 zcmZqgXSz9&X~TLEN#*4Hypq(s5(T})oTSoR9XNmTHjzYiI1eJLkeQo~P@z|lkzbMz z5}Q1+N_exqs5WCHng+eZy4r%k>iwvQ98dh!EtSuP~W2jbFVMw-?61&PU-C6!i&wa6-Oqv(^Kd`)5( zlE?(fDN1nF&_K}xc_b&X63GS=sRSfVQ=}}BcxR=gG!aIi_!x^x|D+UD5vsu2`y)9=NJc{eLt9c}N_r|n%VrN5c19#U{<1Piylh!r4eTZ; z=w$+vS7tK8q{-`KyOFe7%FROJU6ykaK^T;hS(cdsOd%PDlO5%RCmYLWA}O6Cf6N%6 xG%r6Mo{T{@R;K|IwQg}{RjQSRK|uu~em6HOR64OiOrFe=+zMrGo|ybi82~;!8FK&t delta 421 zcmcaPk*U3(X~TLEcD=-$q|#iS$tOe-MImg3%-nPxy@HJVl6(+za-gj6FxgDn(h%xY zm_&7cL1J=dNu`xREkp+95|{#=$-AW$gwc#s$S~BIB-0>-E}W<{d5MhwH z#FX?@SODn(d6OU3h)#Yl#XdP(_5mA2)#Q3PQAVA~m2$e1*UO1bJ}1{bIWR?Ja+!SF xWL5>I$pH%OlOHG?o4j68aq~^ZN~g&NjG~iMQz|%$QwtJ{5=-(oKTi3k3;;9$nxp^# diff --git a/dist/main.js b/dist/main.js index 5c175f1f37bc90de9839cf6dcf58d95903fcd19d..4e4eec14ff8ce02de266da08205dfe5cbff1b282 100644 GIT binary patch delta 55 xcmZ3vgKO~)u7(!IElk1F*-|pgGE-8gM^9%ehO)O`o6aT77J)J2KF0}p9bfziHa4ty2b^!Cy B7xwP6e6j#7@|)PlsK#FG5!`$`#$;k@nUWsFmq;arfU()2Htj8g&a8yIE) diff --git a/src/scripts/build.coffee b/src/scripts/build.coffee index 7c33ef3..f86432a 100644 --- a/src/scripts/build.coffee +++ b/src/scripts/build.coffee @@ -321,10 +321,10 @@ build.infoboxPhoto = (data, forView) -> when '' - # Separator + # Divider html += """ -

#{ info[1] }

+

#{ info[1] }

""" @@ -335,7 +335,7 @@ build.infoboxPhoto = (data, forView) -> html += """
-

#{ info[0] }

+

#{ info[0] }

#{ info[1] }
""" @@ -398,10 +398,10 @@ build.infoboxAlbum = (data, forView) -> if info[0] is '' - # Separator + # Divider html += """ -

#{ info[1] }

+

#{ info[1] }

""" diff --git a/src/styles/_content.scss b/src/styles/_content.scss index 5d6d99a..501e865 100644 --- a/src/styles/_content.scss +++ b/src/styles/_content.scss @@ -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, @@ -182,4 +182,6 @@ font-size: 18px; font-weight: bold; } - } \ No newline at end of file + } + +} \ No newline at end of file diff --git a/src/styles/_infobox.scss b/src/styles/_infobox.scss index a523e59..f1bf493 100644 --- a/src/styles/_infobox.scss +++ b/src/styles/_infobox.scss @@ -85,8 +85,8 @@ } - /* Seperator ------------------------------------------------*/ - .separator { + /* Divider ------------------------------------------------*/ + .divider { float: left; padding: 12px 0 8px; width: 100%;