summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center13
1 files changed, 11 insertions, 2 deletions
diff --git a/control-center b/control-center
index c912ed93..bce732ac 100755
--- a/control-center
+++ b/control-center
@@ -802,13 +802,22 @@ foreach (@tree) {
<style type="text/css">
p {text-align: $align}
td {text-align: $align}
- h3 {text-align: $align; color: #5A8AD6; font-weight: bold; }
+ h3 {
+ text-align: $align;
+ color: #5A8AD6;
+ font-weight: bold;
+ }
img {
background-image: url($square_icon_uri);
background-repeat: no-repeat;
width: 60; height: 60;
}
- hr { width: 98%; background-color: #eef2f6; height: 1; border:0; }
+ hr {
+ width: 98%;
+ background-color: #eef2f6;
+ height: 1;
+ border: 0;
+ }
tr {text-align: $align}
td {
margin-left: 10px;