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:28:16 UTC

svn commit: r1530936 - in /isis/site/trunk/templates: index.html isis-template.html

Author: danhaywood
Date: Thu Oct 10 12:28:16 2013
New Revision: 1530936

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

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

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1530936&r1=1530935&r2=1530936&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Thu Oct 10 12:28:16 2013
@@ -96,8 +96,8 @@
     
     <!--  next and previous controls here
           href values must reference the id for this carousel -->
-      <a class="carousel-control left" href="#this-carousel-id" data-slide="prev"><span class="icon-prev glyphicon glyphicon-chevron-left"></span></a>
-      <a class="carousel-control right" href="#this-carousel-id" data-slide="next"><span class="icon-next glyphicon glyphicon-chevron-right"></span></a>
+      <a class="carousel-control left" href="#this-carousel-id" data-slide="prev"><span class="icon-prev"></span></a>
+      <a class="carousel-control right" href="#this-carousel-id" data-slide="next"><span class="icon-next"></span></a>
   </div><!-- .carousel -->
   <!-- end carousel -->
 

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1530936&r1=1530935&r2=1530936&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Thu Oct 10 12:28:16 2013
@@ -135,6 +135,18 @@
           padding: 1px 3px;
         }
         
+        .carousel-indicators li {
+          border: 1px solid red;
+        }
+
+        .carousel-indicators li active {
+          background-color red;
+        }
+        
+        .carousel-control .icon-prev,
+        .carousel-control .icon-next {
+          font-size: 60px;
+        }
         
     </style>
     <script type="text/javascript">