8000 tweak table style by kazupon · Pull Request #632 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

tweak table style #632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions themes/vue/source/css/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@
iframe
margin 1em 0
> table
border 1px solid $border
border 2px solid $white
margin 1.2em auto
padding: 1em
border-collapse collapse
td, th
line-height 1.6em
padding .5em
Expand All @@ -106,16 +105,17 @@
padding-left: 1.4em
&:last-child
padding-right: 1.4em
td
background-color: $codebg
th
background-color: $green
color: #fff
padding-top: .85em
padding-bottom .85em
text-align left
tbody
tr:nth-child(2n - 1)
background-color #fdfdfd
tr:last-child
td
padding-bottom: 1.2em
code
background-color #efefef
p.tip
padding 12px 24px 12px 30px
margin 2em 0
Expand Down
0