CSS tweaks for code highlighting
parent
5845bb72f5
commit
d32a56e38d
|
@ -35,12 +35,23 @@ body {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shared-header {
|
.shared-header {
|
||||||
margin-left:60px;margin-top:30px;margin-bottom:-15px;
|
margin-left: 20px;
|
||||||
strong {
|
margin-top: 30px;
|
||||||
color: $primary-color;
|
margin-bottom: -20px;
|
||||||
|
strong {
|
||||||
|
color: $primary-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.highlight {
|
||||||
|
background: #f0f0f0;
|
||||||
|
padding: 10px;
|
||||||
|
overflow: auto;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue