parent
d97d5a586d
commit
bb3ca5f4e1
37 changed files with 1072 additions and 571 deletions
|
@ -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 {
|
||||
|
|
2
docs/blog/theme/stylesheet/style.min.css
vendored
2
docs/blog/theme/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -70,3 +70,4 @@
|
|||
@xing-bg-color: #007575;
|
||||
@bitbucket-bg-color: #0747A6;
|
||||
@mastodon-bg-color: #3088d4;
|
||||
@flickr-bg-color: #ff0084;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue