projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da5164c
)
Decrease spacing between paragraphs in message content view in archives.
author
Jonathan S. Katz
<
[email protected]
>
Mon, 11 Jun 2018 19:23:27 +0000
(15:23 -0400)
committer
Jonathan S. Katz
<
[email protected]
>
Mon, 11 Jun 2018 19:23:27 +0000
(15:23 -0400)
This should make it both easier to read and scroll through the text.
django/media/css/main.css
patch
|
blob
|
blame
|
history
diff --git
a/django/media/css/main.css
b/django/media/css/main.css
index c8681204f85b9700dbf25a6ca57e254547fc110f..6ef1d73c62775e8af9a8669195d1bc2be6d0f6d3 100644
(file)
--- a/
django/media/css/main.css
+++ b/
django/media/css/main.css
@@
-775,7
+775,7
@@
h3.messages {
}
.message-content p {
- margin-bottom:
0
;
+ margin-bottom:
-0.7em
;
}
.message-responses {