mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
27 lines
No EOL
415 B
Sass
27 lines
No EOL
415 B
Sass
#guide-view, #settings-treema .treema-markdown
|
|
.nav-tabs
|
|
height: 41px
|
|
|
|
.tab-content
|
|
padding-top: 20px
|
|
margin-bottom: 50px
|
|
|
|
li:not(.active) a[data-toggle="tab"]
|
|
cursor: pointer
|
|
|
|
img
|
|
display: block
|
|
margin: 0 auto
|
|
|
|
img + em
|
|
display: block
|
|
margin: 0 auto
|
|
text-align: center
|
|
|
|
hr
|
|
border-color: #5c5c5c
|
|
width: 80%
|
|
|
|
table
|
|
width: 80%
|
|
margin: 20px 10% |