aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-04-01 22:40:08 -0700
committerJordan <me@jordan.im>2022-04-01 22:40:08 -0700
commitafb8a0a2b207223ab012ebce2376ee67d8dd5590 (patch)
tree477d4483a0adcce2d2f036a2980762192a58ab30
parent230b23f714b4c3ab30372ffab9afe070c9abf7ec (diff)
downloadallium-afb8a0a2b207223ab012ebce2376ee67d8dd5590.tar.gz
allium-afb8a0a2b207223ab012ebce2376ee67d8dd5590.zip
skeleton: expand container width to prevent overflow
-rw-r--r--allium/templates/skeleton.html37
1 files changed, 20 insertions, 17 deletions
diff --git a/allium/templates/skeleton.html b/allium/templates/skeleton.html
index d240916..d526fe9 100644
--- a/allium/templates/skeleton.html
+++ b/allium/templates/skeleton.html
@@ -10,24 +10,24 @@
<link rel="stylesheet" href="{{ path_prefix }}static/css/bootstrap.min.css">
<!--source: metrics.torproject.org-->
<style>
- .circle {
- display: inline-block;
- vertical-align: middle;
- background: #999999;
- width: 7px;
- height: 7px;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- }
+ .circle {
+ display: inline-block;
+ vertical-align: middle;
+ background: #999999;
+ width: 7px;
+ height: 7px;
+ -moz-border-radius: 50%;
+ -webkit-border-radius: 50%;
+ border-radius: 50%;
+ }
- .circle-online {
- background: #25d918;
- }
+ .circle-online {
+ background: #25d918;
+ }
- .circle-offline {
- background: #ff1515;
- }
+ .circle-offline {
+ background: #ff1515;
+ }
.verified-hostname {
color: #FE9F30;
}
@@ -37,7 +37,10 @@
.unverified-hostname {
color: #FE9F30;
}
- </style>
+ .container {
+ width: 95em;
+ }
+ </style>
</head>
{% endblock %}
<body>