aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-06-22 15:34:48 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-06-22 15:34:48 +0200
commit5f8b72be6999b6d17e96a9c307c0506b39738372 (patch)
treed566fbae86309967f712d919841eaa09444f38e9 /assets
parent7c154f082cb92f565730517e347ce4193c2c9c9f (diff)
downloadwebsite-5f8b72be6999b6d17e96a9c307c0506b39738372.tar.gz
website-5f8b72be6999b6d17e96a9c307c0506b39738372.zip
Add css class
Diffstat (limited to 'assets')
-rw-r--r--assets/css/theme.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index f99e148..d4f06f0 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -153,8 +153,6 @@ div.critical, div.critical {
color: #e0e0e0 !important;
}
-
-
.container .text-muted {
font-size: 12px;
padding: 0;
@@ -162,11 +160,11 @@ div.critical, div.critical {
color: white;
}
-
-
-
-
-
+.bordered {
+ border: 1px solid;
+ border-radius: 5pt;
+ padding: 3pt 7pt;
+}