projects
/
bloat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6e02be7
)
Use css :target to highlight current post
author
r
<r@freesoftwareextremist.com>
Thu, 19 Dec 2019 15:24:33 +0000
(15:24 +0000)
committer
r
<r@freesoftwareextremist.com>
Thu, 19 Dec 2019 15:24:33 +0000
(15:24 +0000)
static/main.css
patch
|
blob
|
history
diff --git
a/static/main.css
b/static/main.css
index 7f8cd90caf4a0a3f2d729c7384cdd37b6fc67cb0..3ad86e8c14e5332cb5814a144d85fd70367d33ad 100644
(file)
--- a/
static/main.css
+++ b/
static/main.css
@@
-1,5
+1,11
@@
.status-container-container {
margin: 16px 0;
+ padding: 0 4px;
+ border-left: 4px solid transparent;
+}
+
+.status-container-container:target {
+ border-color: #777777;
}
.status-container {
@@
-145,8
+151,8
@@
}
.notification-container {
- margin:
4
px 0;
- padding:
4px
4px;
+ margin:
16
px 0;
+ padding:
0
4px;
border-left: 4px solid transparent;
}