mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-29 06:58:45 +03:00
Merge pull request #225 from robbienohra/feature/gist-syntax-highlighting
initial draft for gist syntax highlighting and table-layout modification
This commit is contained in:
commit
3dd5709d70
8 changed files with 13 additions and 6 deletions
6
assets/css/gist.css
Normal file
6
assets/css/gist.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
body .gist .blob-num /* line numbers */,
|
||||||
|
body .gist .blob-code-inner
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
|
@ -228,7 +228,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
table-layout: fixed;
|
table-layout: auto;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 40px 0;
|
margin: 40px 0;
|
||||||
|
|
|
@ -14,3 +14,4 @@
|
||||||
@import 'syntax.css';
|
@import 'syntax.css';
|
||||||
@import 'code.css';
|
@import 'code.css';
|
||||||
@import 'terms.css';
|
@import 'terms.css';
|
||||||
|
@import 'gist.css';
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue