Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9039f36

Browse files
committedFeb 11, 2016
Novos estáticos gerados pelo Lektor
1 parent 3260536 commit 9039f36

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+174
-1032
lines changed
 

‎index.html

Lines changed: 167 additions & 183 deletions
Large diffs are not rendered by default.

‎themes/blue-is-the-warmest-color/css/main.css renamed to ‎static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ h1,h2,h3,h4,h5,h6{color:#1c3b56;}
9595
nav{background:#2b2b2b;}
9696
.nav-link{color:#e7e7e7;}
9797
.nav-link:active,.nav-link:hover,.nav-link:focus,.nav-link.current{color:#fff;}
98-
.header{background-image:url('../img/cover.jpg');background-color:#2b2b2b;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;}
98+
.header{background-image:url('/static/img/cover.jpg');background-color:#2b2b2b;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;}
9999
.logo-link,.tagline,.call-action-area .price{text-shadow:1px 3px 2px rgba(0, 0, 0, 0.5);}
100100
.logo-link{color:#ffd343;}
101101
.tagline,.call-action-area .price{color:#fff;}

0 commit comments

Comments
 (0)
Please sign in to comment.