1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

CSS tweaks.

This commit is contained in:
Markus Birth 2015-02-22 21:32:39 +01:00
parent 06e5a95ad8
commit 222a361bd2
2 changed files with 7 additions and 3 deletions

View File

@ -107,15 +107,19 @@ header h2
table
margin: 0 0 20px 0
// width: 100%;
//width: 100%;
th
text-align: left
border-bottom: 1px dashed $maincolor
padding: 5px 10px
td + td, th + th
border-left: 1px dashed $maincolor
td
padding: 5px 10px
vertical-align: top
section img
@ -163,7 +167,7 @@ pre
pre, code
background: rgba(black, 0.1)
border: 1px solid rgba(white, 0.85)
font-size: 14px
font-size: 0.9em
color: $maincolor
border-radius: 2px
-moz-border-radius: 2px

View File

@ -34,7 +34,7 @@
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #CBDFFF } /* Name.Tag */
.highlight .nt { color: #7EB0FF } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */