diff --git a/setup.py b/setup.py index f4f823ce..65def474 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'xstatic', 'XStatic-asciinema-player', 'xstatic-bootbox', - 'xstatic-bootstrap<4.0.0.0', + 'xstatic-bootstrap>=4.0.0.0,<5.0.0.0', 'xstatic-font-awesome', 'xstatic-jquery', 'xstatic-jquery-ui', diff --git a/src/bepasty/static/app/css/style.css b/src/bepasty/static/app/css/style.css index 434c0f45..5443ff42 100644 --- a/src/bepasty/static/app/css/style.css +++ b/src/bepasty/static/app/css/style.css @@ -96,6 +96,8 @@ body { /* override pygments table highlighting style */ table.highlighttable { width: 100%; + border: 1px solid #ccc; + background-color: #f5f5f5; } .linenodiv pre, .highlight pre { @@ -103,6 +105,7 @@ table.highlighttable { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; + padding: 9.5px; } .highlight p { @@ -121,6 +124,7 @@ table.highlighttable { .highlight pre { padding-left: 0; padding-right: 0; + border-left: 1px solid #ccc; } /* Set minimal width and let the contents push the block width */ diff --git a/src/bepasty/templates/_layout.html b/src/bepasty/templates/_layout.html index b1781083..6bfdcef5 100644 --- a/src/bepasty/templates/_layout.html +++ b/src/bepasty/templates/_layout.html @@ -2,7 +2,7 @@
- + @@ -24,40 +24,48 @@