Browse Source

Separator to Divider

Tobias Reich 9 years ago
parent
commit
1f3b164d59
6 changed files with 11 additions and 9 deletions
  1. 0 0
      dist/main.css
  2. 0 0
      dist/main.js
  3. 0 0
      dist/view.js
  4. 5 5
      src/scripts/build.coffee
  5. 4 2
      src/styles/_content.scss
  6. 2 2
      src/styles/_infobox.scss

File diff suppressed because it is too large
+ 0 - 0
dist/main.css


File diff suppressed because it is too large
+ 0 - 0
dist/main.js


File diff suppressed because it is too large
+ 0 - 0
dist/view.js


+ 5 - 5
src/scripts/build.coffee

@@ -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'>
 					"""
 

+ 4 - 2
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;
 		}
-	}
+	}
+
+}

+ 2 - 2
src/styles/_infobox.scss

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

Some files were not shown because too many files changed in this diff