mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
polish h2 .css, center header in shortcuts
This commit is contained in:
@@ -81,16 +81,14 @@ h2 {
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h2,
|
||||
.modal-section h2 {
|
||||
.header h2 {
|
||||
font-size: 20px;
|
||||
line-height: 1.25;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
h3:last-child,
|
||||
h2:last-child,
|
||||
h4:last-child { margin-bottom: 0;}
|
||||
|
||||
h3 {
|
||||
|
||||
@@ -25,7 +25,7 @@ export function uiShortcuts(context) {
|
||||
|
||||
content
|
||||
.append('div')
|
||||
.attr('class', 'modal-section')
|
||||
.attr('class', 'modal-section header')
|
||||
.append('h2')
|
||||
.html(t.html('shortcuts.title'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user