beautifying code

This commit is contained in:
raphaelgoettter 2015-08-27 11:04:01 +02:00
parent 9f080f6071
commit 06e334f794
4 changed files with 115 additions and 312 deletions

View file

@ -1,8 +1,8 @@
/* ----------------------------- */
/* ==minor stylings */
/* ----------------------------- */
/* styling elements */
/* styling elements */
code,
kbd,
mark {
@ -16,7 +16,7 @@ kbd {
code {
padding: 2px 4px;
background: rgba(0, 0, 0, 0.04);
background: rgba(0,0,0,0.04);
color: #b11;
}
@ -28,7 +28,7 @@ pre code {
}
mark {
padding: 2px 4px;
padding:2px 4px;
}
sup,
@ -75,20 +75,12 @@ q {
}
q,
.@ {
kna-namespace
}
q {
.@{kna-namespace}q {
quotes: "“\00a0" "\00a0”";
}
q:lang(fr),
.@ {
kna-namespace
}
q:lang(fr) {
.@{kna-namespace}q:lang(fr) {
quotes: "«\00a0" "\00a0»";
}
@ -102,14 +94,10 @@ hr {
color: #ccc;
background-color: #ccc;
}
/* tables */
table,
.@ {
kna-namespace
}
table {
.@{kna-namespace}table {
border: 1px solid #ccc;
}