You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by jd...@apache.org on 2012/10/19 18:49:49 UTC

svn commit: r1400165 - /incubator/bloodhound/trunk/doc/html-templates/ticket.html

Author: jdreimann
Date: Fri Oct 19 16:49:49 2012
New Revision: 1400165

URL: http://svn.apache.org/viewvc?rev=1400165&view=rev
Log:
Added meta tag for responsive design to work.

Modified:
    incubator/bloodhound/trunk/doc/html-templates/ticket.html

Modified: incubator/bloodhound/trunk/doc/html-templates/ticket.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/ticket.html?rev=1400165&r1=1400164&r2=1400165&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/ticket.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/ticket.html Fri Oct 19 16:49:49 2012
@@ -18,7 +18,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css" />
 <link rel="stylesheet" type="text/css" href="css/bloodhound-custom.css" />