ya know what? the module and image draw too much attention.
tips on plain white look much nicer.
This commit is contained in:
parent
cc786c4241
commit
131b6a9ce9
2 changed files with 12 additions and 8 deletions
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
|
@ -262,27 +262,31 @@ body.outfits-edit
|
||||||
/* don't bounce the header around kthx */
|
/* don't bounce the header around kthx */
|
||||||
min-height: 180px
|
min-height: 180px
|
||||||
#tips
|
#tips
|
||||||
padding-top: 1em
|
padding-top: .5em
|
||||||
|
|
||||||
li
|
li
|
||||||
+module
|
box-sizing: border-box
|
||||||
background-image: image-url("tip.png")
|
|
||||||
background-position: top left
|
|
||||||
background-repeat: no-repeat
|
|
||||||
display: none
|
display: none
|
||||||
|
height: 150px
|
||||||
list-style: none
|
list-style: none
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
padding-left: image-width("tip.png") + 12px
|
padding: 1em
|
||||||
width: 400px
|
position: relative
|
||||||
|
width: 600px
|
||||||
|
|
||||||
footer
|
footer
|
||||||
|
bottom: 1em
|
||||||
color: $soft-text-color
|
color: $soft-text-color
|
||||||
font-size: 85%
|
font-size: 85%
|
||||||
text-align: right
|
position: absolute
|
||||||
|
right: 1em
|
||||||
|
|
||||||
a, span
|
a, span
|
||||||
margin-left: .5em
|
margin-left: .5em
|
||||||
|
|
||||||
|
p
|
||||||
|
font-size: 85%
|
||||||
|
|
||||||
#preview-search-advanced
|
#preview-search-advanced
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue