diff options
author | 2022-06-22 15:34:48 +0200 | |
---|---|---|
committer | 2022-06-22 15:34:48 +0200 | |
commit | 5f8b72be6999b6d17e96a9c307c0506b39738372 (patch) | |
tree | d566fbae86309967f712d919841eaa09444f38e9 | |
parent | 7c154f082cb92f565730517e347ce4193c2c9c9f (diff) | |
download | website-5f8b72be6999b6d17e96a9c307c0506b39738372.tar.gz website-5f8b72be6999b6d17e96a9c307c0506b39738372.zip |
Add css class
-rw-r--r-- | assets/css/theme.css | 12 |
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; +} |