update theme1
This commit is contained in:
Vendored
BIN
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 187 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 395 KiB |
@@ -1,4 +1,6 @@
|
|||||||
$qbrown: #634227
|
//$qbrown: #634227
|
||||||
|
$qbrown: #853d15
|
||||||
$qbrown-active: lighten($qbrown, 20%)
|
$qbrown-active: lighten($qbrown, 20%)
|
||||||
$wood: image-url('textures/wood001-vertical.jpg')
|
//$wood: image-url('textures/wood001-vertical.jpg')
|
||||||
|
$wood: image-url('textures/theme1.jpg')
|
||||||
$background-brown: #57351f
|
$background-brown: #57351f
|
||||||
|
|||||||
@@ -54,13 +54,13 @@ body
|
|||||||
background-image: image-url('theme1/light-3.jpg')
|
background-image: image-url('theme1/light-3.jpg')
|
||||||
.container
|
.container
|
||||||
width: 960px
|
width: 960px
|
||||||
padding-top: 60px
|
padding-top: 40px
|
||||||
position: relative
|
position: relative
|
||||||
z-index: 4
|
z-index: 4
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
#header
|
#header
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
height: 74px
|
height: 14px
|
||||||
#logo
|
#logo
|
||||||
a
|
a
|
||||||
margin: 20px
|
margin: 20px
|
||||||
@@ -89,6 +89,7 @@ body
|
|||||||
clear: both
|
clear: both
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
z-index: 100
|
z-index: 100
|
||||||
|
position: relative
|
||||||
width: 900px
|
width: 900px
|
||||||
height: 48px
|
height: 48px
|
||||||
padding: 11px 25px 24px 25px
|
padding: 11px 25px 24px 25px
|
||||||
@@ -154,7 +155,7 @@ body
|
|||||||
margin-left: 61px
|
margin-left: 61px
|
||||||
width: 840px
|
width: 840px
|
||||||
height: 260px
|
height: 260px
|
||||||
background-image: image-url('theme1/banner-tall.jpg')
|
background-image: image-url('theme1/banner-tall.png')
|
||||||
#main-wrap
|
#main-wrap
|
||||||
font-size: 14px
|
font-size: 14px
|
||||||
font-family: Georgia, serif
|
font-family: Georgia, serif
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ class DashboardController < ApplicationController
|
|||||||
|
|
||||||
|
|
||||||
def demo_both
|
def demo_both
|
||||||
|
render layout: 'twitter-bootstrap'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Testing action
|
# Testing action
|
||||||
|
|||||||
Reference in New Issue
Block a user