Home
/
river.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e043613
)
add separator between each "group" of feeds
author
xangelo
<me@xangelo.ca>
Sat, 27 Jan 2024 04:31:28 +0000
(23:31 -0500)
committer
xangelo
<me@xangelo.ca>
Sat, 27 Jan 2024 04:31:28 +0000
(23:31 -0500)
src/public/style.css
patch
|
blob
|
history
diff --git
a/src/public/style.css
b/src/public/style.css
index 7f934ca5b0bf44ca707f739b7d85b73743e7e7b7..011edad1d984877843b83ba0ff59489e62d3f875 100644
(file)
--- a/
src/public/style.css
+++ b/
src/public/style.css
@@
-12,6
+12,14
@@
}
}
+ .header::before {
+ content: '';
+ border: solid 0 #aaa;
+ border-top-width: 1px;
+ width: 100%;
+ display: block;
+ margin-bottom: 1rem;
+ }
.content {
margin-left: 1rem;
padding: 0 0.6rem;