summaryrefslogtreecommitdiff
path: root/public/static
diff options
context:
space:
mode:
Diffstat (limited to 'public/static')
-rw-r--r--public/static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css
index 51377a4..7db9a45 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -140,6 +140,10 @@ table.left td {
text-align: left;
}
+ul {
+ list-style: none;
+}
+
/** FORM */
button[type=submit].fancy {
background: linear-gradient(0deg, var(--box-tab-background), var(--background));
@@ -293,6 +297,14 @@ button[type=submit].fancy:hover {
height: 128px;
}
+.brick.red img {
+ border: 2px solid maroon;
+}
+
+.brick.blue img {
+ border: 2px solid blue;
+}
+
.brick img {
min-width: 100%;
height: auto;