diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 23:19:50 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 23:19:50 -0400 |
| commit | b114c2257c1d176b6f5ab8bac78c35bf1dd17769 (patch) | |
| tree | 75ad3c31121b6d6f0f1c161dbe9c0501561ec1b9 /custom.css | |
| parent | cad413b4737d3723bd40955664c92fe0339e57a5 (diff) | |
More
Diffstat (limited to 'custom.css')
| -rw-r--r-- | custom.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -86,7 +86,7 @@ h2, h3 { } code { - color: #8C9899; + color: #7599a9; /*background: #F4F4F4;*/ /*border-radius: 3px;*/ /*padding: 2px;*/ @@ -147,3 +147,10 @@ blockquote footer { color: #b3b3b3; } +.bibliography { +width: 55%; +} + +@media (max-width: 760px) { + .bibliography { width: 90%; } + }
\ No newline at end of file |
