Update background color of "pre" tag

This commit is contained in:
Dmitriy Simushev 2015-04-15 15:31:18 +00:00
parent 1aeaf423fa
commit fd3057a7a1

View File

@ -9,3 +9,7 @@ header {
.nav-left-indent .nav {
margin-left: 15px;
}
pre {
background-color: #f8f8f8;
}