projects
/
WP-Themes
/
npoint.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce8df3e
)
setting the header menu to all lowercase
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 18 Apr 2018 13:13:58 +0000
(09:13 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 18 Apr 2018 13:13:58 +0000
(09:13 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
5603e02
..
19f728d
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1304,7
+1304,7
@@
body.parallax-on .wpcf7-not-valid-tip {
/* text-transform: uppercase; */
font-size: 16px;
padding: 5px 10px;
- /* text-transform: lowercase; */
+ text-transform: lowercase;
}
.main-navigation > ul > li.current a {