Updates combined.css to hide para symbol until user hovers over it

This commit is contained in:
Anne Gentle 2015-01-28 20:45:41 -06:00
parent 060bd10072
commit 2a7b54e93f

View File

@ -793,7 +793,7 @@ h1 {
font-size: 34px;
font-weight: 300;
margin-bottom: 25px;
text-align: center; }
text-align: left; }
h2 {
color: #2A4E68;
@ -4213,6 +4213,12 @@ a.docs-edit i {
text-decoration: underline;
color: #30739C; }
a.headerlink {
color: #fff; }
a.headerlink:hover {
color: #30739C; }
a.gloss {
background: #edf2f7;
color: #2A4E68;