Skip to content

Commit b8e8a08

Browse files
committed
[qa] Format css files
1 parent 024bd42 commit b8e8a08

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

openwisp_controller/config/static/config/css/admin.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ a.jsoneditor-exit:focus {
66
.field-config .vLargeTextField,
77
.jsoneditor .vLargeTextField {
88
font-size: 1em;
9-
font-family:
10-
"Bitstream Vera Sans Mono", "Monaco", "Droid Sans Mono", "DejaVu Sans Mono",
11-
"Ubuntu Mono", "Courier New", Courier, monospace;
9+
font-family: "Bitstream Vera Sans Mono", "Monaco", "Droid Sans Mono",
10+
"DejaVu Sans Mono", "Ubuntu Mono", "Courier New", Courier, monospace;
1211
color: #f9f9f9;
1312
overflow: auto;
1413
background-color: #222;

openwisp_controller/connection/static/connection/css/command-inline.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ li.commands {
105105
}
106106
#ow-command-confirm-text {
107107
color: #666;
108-
font-family:
109-
"Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana,
110-
Arial, sans-serif;
108+
font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans",
109+
Verdana, Arial, sans-serif;
111110
font-size: 14px;
112111
font-weight: normal;
113112
margin: 20px;

0 commit comments

Comments
 (0)