Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add vertical scrollbar to listings
Via getnikola/nikola-themes#86

Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 27, 2016
1 parent 11e7772 commit 9439405
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -9,6 +9,7 @@ Features
Bugfixes
--------

* Add vertical scrollbar to listings (via getnikola/nikola-themes#86)
* Copy files when importing two-file posts instead of reading and
writing (useful for binary formats, eg. docx) (Issue #2380)

Expand Down
8 changes: 8 additions & 0 deletions nikola/data/themes/bootstrap3/assets/css/theme.css
Expand Up @@ -177,6 +177,14 @@ article.post-micro {
border-top: 1px solid #e5e5e5;
}

.codetable {
table-layout: fixed;
}

.codetable pre {
overflow-x: scroll;
}

/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
Expand Down

0 comments on commit 9439405

Please sign in to comment.