You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/10/10 14:30:25 UTC

svn commit: r1530939 - /isis/site/trunk/templates/isis-template.html

Author: danhaywood
Date: Thu Oct 10 12:30:25 2013
New Revision: 1530939

URL: http://svn.apache.org/r1530939
Log:
updating screenshots and templates

Modified:
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1530939&r1=1530938&r2=1530939&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Thu Oct 10 12:30:25 2013
@@ -136,15 +136,16 @@
         }
         
         .carousel-indicators li {
-          border: 1px solid red;
+          border: 1px solid rgb(163, 8, 8);
         }
 
         .carousel-indicators li active {
-          background-color red;
+          background-color rgb(163, 8, 8);
         }
         
         .carousel-control .icon-prev,
         .carousel-control .icon-next {
+          color: rgb(163, 8, 8);
           font-size: 60px;
         }