Local copy of bootstrap 3.3.6, included in classic skin.

This commit is contained in:
Kyle Johnson 2016-03-12 01:16:19 -05:00
parent 5b2d194af2
commit c9441ec8c0
2 changed files with 7 additions and 0 deletions

6
web/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -44,6 +44,7 @@ function xhtmlHeaders( $file, $title )
<link rel="shortcut icon" href="graphics/favicon.ico"/>
<link rel="stylesheet" href="css/reset.css" type="text/css"/>
<link rel="stylesheet" href="css/overlay.css" type="text/css"/>
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"/>
<link rel="stylesheet" href="<?php echo $skinCssFile ?>" type="text/css" media="screen"/>
<?php
if ( $viewCssFile )