File tree 1 file changed +14
-13
lines changed
1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -238,15 +238,12 @@ a[href*="https://"]
238
238
239
239
.naviNextPrevious
240
240
clear : both
241
- display : block
242
- position : relative
241
+ // position: relative
243
242
text-align : right
244
- top : -47px
245
243
float : right
246
- height : 20px
247
244
z-index : 1
248
245
padding-right : 10px
249
- padding-top : 2 px
246
+ padding-top : 1.1 em
250
247
vertical-align : top
251
248
margin : 0
252
249
> a
@@ -256,7 +253,6 @@ a[href*="https://"]
256
253
background-position : left
257
254
height : 20px
258
255
padding-left : 20px
259
-
260
256
& :last-child
261
257
background-image : url (qtdoc/images/btn_next.png )
262
258
background-repeat : no-repeat
@@ -265,6 +261,9 @@ a[href*="https://"]
265
261
height : 20px
266
262
margin-left : 30px
267
263
264
+ .naviSeparator
265
+ display : none
266
+
268
267
.footer
269
268
font-size : small
270
269
padding : 1em
@@ -354,11 +353,8 @@ table
354
353
border-left : none
355
354
border-right : none
356
355
th
357
- padding-top : 5px
358
- padding-left : 10px
359
- padding-bottom : 5px
356
+ padding : .2em 1em
360
357
border-bottom : 2px solid #d1d1d1
361
- padding-right : 10px
362
358
363
359
th
364
360
text-align : left
@@ -382,6 +378,9 @@ table
382
378
tbody tr :last-child td
383
379
border-bottom : 0
384
380
381
+ & .generic
382
+ border-collapse : collapse
383
+
385
384
.title
386
385
color : #313131
387
386
font-size : 24px
617
616
padding : 0
618
617
619
618
pre
620
- margin-left : 0
621
- margin-right : 0
622
- background : #fefefe
619
+ // background: #fefefe
623
620
font-family : $font-monospace
624
621
font-size : 80%
625
622
line-height : 1.4
626
623
color : #333
624
+ // border: 1px solid darken($color-body-bg, 5%)
625
+ border-width : 2px 0
626
+ background : lighten ($color-body-bg , 5% )
627
+ box-shadow : 0 1px 3px #CCC ;
627
628
628
629
code
629
630
font-family : $font-monospace
You can’t perform that action at this time.
0 commit comments