Explorar o código

Changed button styles.

Daniel Buckmaster %!s(int64=10) %!d(string=hai) anos
pai
achega
34f60dc4df
Modificáronse 2 ficheiros con 13 adicións e 4 borrados
  1. 1 1
      _layouts/default.html
  2. 12 3
      index.html

+ 1 - 1
_layouts/default.html

@@ -88,7 +88,7 @@
                         <ul class="nav navbar-nav navbar-right">
                             <li>
                                 <div class="navbar-btn">
-                                    <a href="http://wiki.torque3d.org" class="btn btn-primary"><i class="fa fa-external-link"></i> Wiki</a>
+                                    <a href="http://wiki.torque3d.org" class="btn btn-default"><i class="fa fa-external-link"></i> Wiki</a>
                                 </div>
                             </li>
                         </ul>

+ 12 - 3
index.html

@@ -30,7 +30,10 @@ root: .
             not convinced?
             </p>
             <center>
-                <a class="btn btn-primary" href="{{page.root}}/engine">See some games</a>
+                <a class="btn btn-default" href="{{page.root}}/engine">
+                    See some games
+                    <i class="fa fa-angle-right"></i>
+                </a>
             </center>
         </div>
 
@@ -41,7 +44,10 @@ root: .
             open-source license, you can do what you want with the source code.
             </p>
             <center>
-                <a class="btn btn-primary" href="{{page.root}}/start">Download it now</a>
+                <a class="btn btn-default" href="{{page.root}}/start">
+                    Download it now
+                    <i class="fa fa-angle-right"></i>
+                </a>
             </center>
         </div>
 
@@ -53,7 +59,10 @@ root: .
             bottom line to meet.
             </p>
             <center>
-                <a class="btn btn-primary" href="{{page.root}}/contribute">Get involved</a>
+                <a class="btn btn-default" href="{{page.root}}/contribute">
+                    Get involved
+                    <i class="fa fa-angle-right"></i>
+                </a>
             </center>
         </div>
     </div>