[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [atlas/master] Make the `Learn more` button more prominent
commit ae5673e61758526b87acd15cc76505c6b5b92194
Author: cypherpunks <cypherpunks@xxxxxxxxxxxxxx>
Date: Mon Apr 24 17:47:38 2017 +0000
Make the `Learn more` button more prominent
The changes to make the button more prominent include using primary
button styling which changes the colour to a darker blue and removing
the guillemet.
Additionally, the learn-more class is removed from the button because
this class is unused.
---
templates/search/main.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/search/main.html b/templates/search/main.html
index 6060dae..6c8508a 100644
--- a/templates/search/main.html
+++ b/templates/search/main.html
@@ -2,7 +2,7 @@
<div class="hero-unit">
<h1>Welcome to Atlas.</h1>
<p>Atlas is a web application to learn about currently running Tor relays. Enter your search in the above box to get started.</p>
- <p class="learn-more"><a class="btn btn-info btn-large" href="#about">Learn more »</a></p>
+ <p><a class="btn btn-primary btn-large" href="#about">Learn more</a></p>
</div>
</div>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits