-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d71e1d
commit ef0ce64
Showing
14 changed files
with
72 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ footer { | |
h1 { | ||
width: @navbar-width; | ||
height: @navbar-height; | ||
background: transparent url('/img/logo.png?v=@{version}') top left no-repeat; | ||
background: transparent url('../img/logo.png?v=@{version}') top left no-repeat; | ||
.text-hide(); | ||
|
||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { | ||
background-image: url('/img/[email protected]?v=@{version}'); | ||
background-image: url('../img/[email protected]?v=@{version}'); | ||
background-size: @navbar-width @navbar-height; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
.intro { | ||
&.aboutbox { | ||
@media (min-width: @screen-sm-min) { | ||
background: @navbar-inverse-bg url('/img/header-bg.png?v=@{version}') | ||
background: @navbar-inverse-bg url('img/header-bg.png?v=@{version}') | ||
center -228px no-repeat; | ||
} | ||
|
||
|
@@ -106,31 +106,31 @@ | |
background-position: center center; | ||
|
||
&.standardized { | ||
background-image: url('/img/icon_standardization.png?v=@{version}'); | ||
background-image: url('img/icon_standardization.png?v=@{version}'); | ||
|
||
@media (-webkit-min-device-pixel-ratio: 2), | ||
(min-resolution: 192dpi) { | ||
background-image: url('/img/[email protected]?v=@{version}'); | ||
background-image: url('img/[email protected]?v=@{version}'); | ||
background-size: 19px 25px; | ||
} | ||
} | ||
|
||
&.efficency { | ||
background-image: url('/img/icon_efficency.png?v=@{version}'); | ||
background-image: url('img/icon_efficency.png?v=@{version}'); | ||
|
||
@media (-webkit-min-device-pixel-ratio: 2), | ||
(min-resolution: 192dpi) { | ||
background-image: url('/img/[email protected]?v=@{version}'); | ||
background-image: url('img/[email protected]?v=@{version}'); | ||
background-size: 25px 23px; | ||
} | ||
} | ||
|
||
&.nimbleness { | ||
background-image: url('/img/icon_nimbleness.png?v=@{version}'); | ||
background-image: url('img/icon_nimbleness.png?v=@{version}'); | ||
|
||
@media (-webkit-min-device-pixel-ratio: 2), | ||
(min-resolution: 192dpi) { | ||
background-image: url('/img/[email protected]?v=@{version}'); | ||
background-image: url('img/[email protected]?v=@{version}'); | ||
background-size: 24px 24px; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
//put this background image only on the home page | ||
.home .navbar-inverse { | ||
@media (min-width: @screen-sm-min) { | ||
background: @navbar-inverse-bg url('/img/header-bg.png?v=@{version}') center -114px | ||
background: @navbar-inverse-bg url('img/header-bg.png?v=@{version}') center -114px | ||
no-repeat; | ||
} | ||
|
||
|
@@ -48,10 +48,10 @@ | |
} | ||
width: @navbar-width; | ||
height: @navbar-height; | ||
background: transparent url('/img/logo.png?v=@{version}') top left no-repeat; | ||
background: transparent url('../img/logo.png?v=@{version}') top left no-repeat; | ||
|
||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { | ||
background-image: url('/img/[email protected]?v=@{version}'); | ||
background-image: url('../img/[email protected]?v=@{version}'); | ||
background-size: @navbar-width @navbar-height; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters