projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdfc94b
)
Fix a typo that causes inconsistent line heights in the archives.
author
Jonathan S. Katz
<
[email protected]
>
Sun, 3 Jun 2018 17:47:22 +0000
(13:47 -0400)
committer
Jonathan S. Katz
<
[email protected]
>
Sun, 3 Jun 2018 17:47:22 +0000
(13:47 -0400)
A typo caused the h3.messages class to be larger than the h1.subject class that
was apparent when reading the archives. This makes both the CSS valid as well
as brings a better user experience.
django/media/css/main.css
patch
|
blob
|
blame
|
history
diff --git
a/django/media/css/main.css
b/django/media/css/main.css
index 4311fb40c9ebf171a06710f3da2d44cc2187da6a..6221d900c0a66e8de74a323f6d35b82cc9d5395f 100644
(file)
--- a/
django/media/css/main.css
+++ b/
django/media/css/main.css
@@
-747,7
+747,7
@@
th.formfieldnamecontainer {
h3.messages {
text-transform: none;
- font-size 1.2em;
+ font-size
:
1.2em;
}
.message-header {