Author: carlucci
Date: Mon Apr 16 15:36:00 2012
New Revision: 1326651

URL: http://svn.apache.org/viewvc?rev=1326651&view=rev
Log:
RAVE-477: Applying patch submitted by Jacob Hilker to add Bootstrap responsive 
CSS styling

Modified:
    
rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_css.tag

Modified: 
rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_css.tag
URL: 
http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_css.tag?rev=1326651&r1=1326650&r2=1326651&view=diff
==============================================================================
--- 
rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_css.tag
 (original)
+++ 
rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/rave_css.tag
 Mon Apr 16 15:36:00 2012
@@ -21,4 +21,5 @@
 <rave:third_party_css />
 <link rel="stylesheet" href="<c:url value="/css/default.css" />"/>
 <link rel="stylesheet" href="<c:url value="/css/bootstrap/css/bootstrap.css" 
/>"/>
+<link rel="stylesheet" href="<c:url 
value="/css/bootstrap/css/bootstrap-responsive.css" />"/>
 <link rel="stylesheet" href="<c:url value="/css/rave.css" />"/>
\ No newline at end of file


Reply via email to