1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Minor tweaks

This commit is contained in:
Bill Zimmerman 2016-06-14 12:59:52 +02:00
parent a0f647b3bd
commit 26210318a1

6
dist/css/custom.css vendored
View File

@ -11,8 +11,8 @@
} }
.panel-primary>.panel-heading { .panel-primary>.panel-heading {
border-color: #c61931; border-color: #d8224c;
background-color: #c61931; background-color: #d8224c;
} }
.panel-footer { .panel-footer {
@ -30,6 +30,6 @@
} }
.info-item { .info-item {
width: 160px; width: 140px;
float: left; float: left;
} }