Fix example

Fixes #190.
This commit is contained in:
Alexandre Vicenzi 2019-11-20 23:38:28 +01:00
parent d97d5a586d
commit bb3ca5f4e1
37 changed files with 1072 additions and 571 deletions

View file

@ -250,6 +250,26 @@ main {
border-top: 1px solid #ddd;
}
}
table.highlighttable {
width: 100%;
table-layout: fixed;
td {
border-style: none;
padding: 0px;
}
td.linenos {
width: 2.5em;
pre {
padding-right: .8em;
background-color: inherit;
text-align: right;
}
}
}
}
footer {
@ -462,6 +482,9 @@ ul.social {
background-color: @mastodon-bg-color;
}
a.sc-flickr {
background-color: @flickr-bg-color;
}
}
.ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -70,3 +70,4 @@
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4;
@flickr-bg-color: #ff0084;