Skip to content

Commit

Permalink
bootstrap 3.3.5 and jquery 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J. Radwin authored and Michael J. Radwin committed Jun 19, 2015
1 parent e9a595b commit 8e74750
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
8 changes: 4 additions & 4 deletions hebcal.com/pear/Hebcal/common.inc
Expand Up @@ -487,8 +487,8 @@ function html_header_bootstrap3($title, $xtra_head="", $title_append_suffix=true
<meta charset="UTF-8">
<title>$title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
$xtra_stylesheet<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down Expand Up @@ -601,8 +601,8 @@ $last_updated_text
</footer>
</div> <!-- .container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
$xtra_html
<script type="text/javascript">
$(document).ready(function(){
Expand Down
4 changes: 2 additions & 2 deletions hebcal.com/shabbat/fridge.cgi
Expand Up @@ -3,7 +3,7 @@
########################################################################
# Refrigerator candle-lighting times. 1 page for entire year.
#
# Copyright (c) 2014 Michael J. Radwin.
# Copyright (c) 2015 Michael J. Radwin.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or
Expand Down Expand Up @@ -98,7 +98,7 @@ my $header = <<EOHTML;
<title>$title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
13 changes: 9 additions & 4 deletions local/share/perl/site_perl/HebcalHtml.pm
Expand Up @@ -440,8 +440,8 @@ sub header_bootstrap3 {
<meta charset="UTF-8">
<title>$title2</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
$xtra_stylesheet<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down Expand Up @@ -481,6 +481,11 @@ $xtra_stylesheet<script>
}
.bullet-list-inline li:after{content:"\\00a0\\00a0\\00b7"}
.bullet-list-inline li:last-child:after{content:""}
.pagination {margin: 12px 0}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 15px;
margin-bottom: 10px;
}
\@media print{
a[href]:after{content:""}
.sidebar-nav{display:none}
Expand Down Expand Up @@ -562,8 +567,8 @@ $last_updated_text
</footer>
</div> <!-- .container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
EOHTML
;

Expand Down

0 comments on commit 8e74750

Please sign in to comment.