Skip to content

Commit

Permalink
Update layout to reflect new style sheet location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Dec 30, 2017
1 parent f06d0b3 commit 242b505
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion layouts/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ html(lang="en")
//- CSS
link(type='text/css', rel='stylesheet', href='http://fast.fonts.net/cssapi/7527d73a-ebfe-45db-a201-ff2812df4b18.css')
link(rel='stylesheet', href='//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/styles/default.min.css')
link(rel='stylesheet', href='/stylesheets/app.css')
link(rel='stylesheet', href='/assets/styles/all.css')

!= LRScript
body(class=page_name)
Expand Down
2 changes: 1 addition & 1 deletion web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ STYLUS ?= $(BIN)/stylus
all: css js

css: node_modules
$(STYLUS) styles/app.styl -o ../public/stylesheets/app.css
$(STYLUS) styles/app.styl -o ../www/assets/styles/all.css

js: node_modules
$(RJS) -o build.js
Expand Down
16 changes: 8 additions & 8 deletions web/styles/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ul
width 100%
a
display block
background url(../images/ico_social.svg) no-repeat
background url(../../images/ico_social.svg) no-repeat
position relative
height 26px
width 25px
Expand Down Expand Up @@ -180,7 +180,7 @@ ul

button
display inline-block
background url(../images/ico_search.svg) no-repeat
background url(../../images/ico_search.svg) no-repeat
height 18px
width 18px
border none
Expand All @@ -193,7 +193,7 @@ ul
#logo
display block
cursor pointer
background url(../images/logo.svg) center left no-repeat
background url(../../images/logo.svg) center left no-repeat
background-size 40px auto;
color #fff
font-size 14px
Expand Down Expand Up @@ -327,7 +327,7 @@ ul
display inline-block
margin-left: 6px;
margin-bottom: -8px;
background url(../images/supported_logo.svg) no-repeat
background url(../../images/supported_logo.svg) no-repeat


.menu-hold
Expand Down Expand Up @@ -912,7 +912,7 @@ html.is-menu, html.is-menu body
position absolute
top 10px
right 20px
background url(../images/ico_close2.svg)
background url(../../images/ico_close2.svg)
background-size 20px 20px
height 19px
width 19px
Expand Down Expand Up @@ -954,7 +954,7 @@ html.is-menu, html.is-menu body
content ""
width 48px
height 48px
background url(../images/ico_seach2.svg) no-repeat
background url(../../images/ico_seach2.svg) no-repeat
background-size 50%
position absolute
display inline-block
Expand Down Expand Up @@ -1103,9 +1103,9 @@ html.is-menu, html.is-menu body
line-height 30px
margin-right 25px
.download
background url(../images/ico_download.svg) no-repeat 0 -24px
background url(../../images/ico_download.svg) no-repeat 0 -24px
.star
background url(../images/ico_star.svg) no-repeat 0 -24px
background url(../../images/ico_star.svg) no-repeat 0 -24px

&.featured a
border-color: yellow;
Expand Down

0 comments on commit 242b505

Please sign in to comment.