Index: static/css/index.css |
=================================================================== |
--- a/static/css/index.css |
+++ b/static/css/index.css |
@@ -169,16 +169,22 @@ |
#content h3.edge-message, |
#content h3.edge-message a |
{ |
color: #2d79c0; |
font-size: 20px; |
} |
+.terms-message, |
+.terms-message > a |
saroyanm
2017/05/02 14:22:32
A detail: We can use IDs instead, while it's suppo
juliandoucette
2017/05/02 14:42:35
Done.
saroyanm
2017/05/02 14:50:09
I meant "#terms-message a" instead of "#terms-mess
juliandoucette
2017/05/02 14:55:03
Done.
|
+{ |
+ font-size: 12px; |
+} |
+ |
/* This cannot be just .install-button because a:link will have a higher |
specificity otherwise (overrides text color) */ |
#install .install-button |
{ |
display: none; |
position: relative; |
width: 305px; |
height: 50px; |