summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2024-06-13 00:34:20 -0500
committerAdam Porter <adam@alphapapa.net>2024-06-13 00:38:17 -0500
commitd51fa370a95eda45d142f97d45fa6e5f77b85cc3 (patch)
treed0d5b8209b3ab346b9784e217af18a28745de064 /html
parent9fc20ccdf671e06fa82ea3a9df2d09bc0a596845 (diff)
Set css-indent-offset to 2
This ensures consistent indentation of our CSS files across developers (the default not being what this project uses). Also, reindent a couple of blocks in layout.css accordingly. (This change was made with "M-x add-dir-local-variable", which also added the "no-byte-compile" line and reordered the modes.) * .dir-locals.el: (css-mode) Set css-indent-offset to 2. * html/layout.css: Reindent two blocks.
Diffstat (limited to 'html')
-rw-r--r--html/layout.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/layout.css b/html/layout.css
index 9dce403..ef52bcf 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -190,7 +190,7 @@ dt {
}
.invisible {
- display: none;
+ display: none;
}
header, .header {
@@ -347,6 +347,6 @@ li {
}
.badge {
- float: right;
- display: block;
+ float: right;
+ display: block;
}