10000 tweak table style (#632) · rubythonode/vuejs.org@7a55264 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a55264

Browse files
kazuponchrisvfritz
authored andcommitted
tweak table style (vuejs#632)
1 parent 1e0df6f commit 7a55264

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

themes/vue/source/css/page.styl

Lines changed: 7 additions & 7 deletions
< 6ADE /tr>
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@
9494
iframe
9595
margin 1em 0
9696
> table
97-
border 1px solid $border
97+
border 2px solid $white
9898
margin 1.2em auto
9999
padding: 1em
100-
border-collapse collapse
101100
td, th
102101
line-height 1.6em
103102
padding .5em
@@ -106,16 +105,17 @@
106105
padding-left: 1.4em
107106
&:last-child
108107
padding-right: 1.4em
108+
td
109+
background-color: $codebg
109110
th
111+
background-color: $green
112+
color: #fff
110113
padding-top: .85em
111114
padding-bottom .85em
112115
text-align left
113116
tbody
114-
tr:nth-child(2n - 1)
115-
background-color #fdfdfd
116-
tr:last-child
117-
td
118-
padding-bottom: 1.2em
117+
code
118+
background-color #efefef
119119
p.tip
120120
padding 12px 24px 12px 30px
121121
margin 2em 0

0 commit comments

Comments
 (0)
0