No style for <code> element - by ArmorDarks

This commit is contained in:
Tsachi Shlidor
2015-09-16 11:57:45 +03:00
parent 4d396d8835
commit ecd7f6b4fd
2 changed files with 14 additions and 0 deletions

View File

@@ -39,6 +39,13 @@ th {
font-weight: 300;
}
code {
padding: 0.2em 0.4em;
font-size: 85%;
background-color: #fafafa;
border: 1px solid #e2e2e2;
}
// Top menu bar
#top-menu {
background: lighten($gray-dark, 5%);

View File

@@ -540,6 +540,13 @@ th {
font-weight: 300;
}
code {
padding: 0.2em 0.4em;
font-size: 85%;
background-color: #fafafa;
border: 1px solid #e2e2e2;
}
#top-menu {
background: #2d2d2d;
height: auto;