mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-03-13 05:51:12 +00:00
add flags to use no cache buster for image urls
This commit is contained in:
parent
febce70255
commit
74ddc61a9b
@ -14,7 +14,7 @@ html, body
|
||||
html
|
||||
font-size: $global-font-size
|
||||
background-color: #ddd
|
||||
background-image: image-url("bg.png")
|
||||
background-image: image-url("bg.png", false, false)
|
||||
background-attachment: fixed
|
||||
|
||||
body
|
||||
|
@ -19,7 +19,7 @@ $menuBgColor : $dark-grey
|
||||
max-width: 100%
|
||||
width: $site-width
|
||||
margin: auto
|
||||
background: image-url("logo.png") no-repeat 50% 50%
|
||||
background: image-url("logo.png", false, false) no-repeat 50% 50%
|
||||
background-size: 20px
|
||||
li
|
||||
position: relative
|
||||
|
Loading…
x
Reference in New Issue
Block a user