Skip to content

Commit

Permalink
Merge develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuna-mi committed Apr 1, 2018
2 parents 35a976d + b7e653d commit c812115
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 51 deletions.
20 changes: 12 additions & 8 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,18 @@ nav h1 a {
}


/* ============================== Breadcrum ============================ */

.breadcrumb {
padding: 20px 25px;
list-style: none;
background-color: #dcdcdc;
margin: 0;
}

/* ============================== Breadcrum ============================ */
.breadcrumb ol {
padding: 0;
}

/* Display list items side by side */
.breadcrumb li {
Expand All @@ -186,13 +190,13 @@ nav h1 a {

/* Add a slash symbol (/) before/behind each list item */
.breadcrumb li+li:before {
padding: 6px;
color: white;
font-size: 1.2em;
font-weight: 100;
content: ">\0000a0";
text-shadow: 2px 3px 2px rgba(0,0,0,0.4),
5px 5px 6px rgba(0,0,0,0.1);
display: inline-block;
margin: 0 0.5em;
font-size: 1.2em;
transform: rotate(15deg);
border-right: 0.1em solid white;
height: 0.8em;
content: '';
}

/* Add a color to all links inside the list */
Expand Down
2 changes: 1 addition & 1 deletion dist/assets/css/maps/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c812115

Please sign in to comment.