mirror of
https://github.com/dolphin-emu/redmine-theme-flat.git
synced 2026-01-31 01:15:20 +01:00
No style for <code> element - by ArmorDarks
This commit is contained in:
@@ -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%);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user