css fix
This commit is contained in:
@@ -178,6 +178,14 @@ blockquote {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.table tr > th {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.table tr.accented {
|
||||
background-color: @table-bg-accent;
|
||||
}
|
||||
|
||||
.form-group.hidden-cell {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -84,6 +84,8 @@
|
||||
@btn-default-bg: @main-gray;
|
||||
@btn-default-border: @main-gray;
|
||||
|
||||
@table-bg-accent: #f9f9f9;
|
||||
|
||||
@code-bg: #f9f9f9;
|
||||
@code-color: @text-color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user