Skip to content

Commit 06a5dd8

Browse files
committed
Bootstrap v3.3.5
1 parent 353ae05 commit 06a5dd8

15 files changed

+587
-204
lines changed

Home.ascx

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dnn:JQUERY ID="dnnjQuery" runat="server" jQueryHoverIntent="true" />
1717
<dnn:DnnJsInclude ID="bootstrapJS" runat="server" FilePath="js/bootstrap.min.js" PathNameAlias="SkinPath" Priority="10" />
1818
<dnn:DnnCssInclude ID="bootStrapCSS" runat="server" FilePath="css/bootstrap.min.css" PathNameAlias="SkinPath" Priority="14" />
19-
<dnn:DnnJsInclude ID="bluImpJS" runat="server" FilePath="js/jquery.blueimp-gallery.min.js" PathNameAlias="SkinPath" />
19+
2020

2121
<div class="navbar navbar-default" role="navigation">
2222
<div class="container">
@@ -116,3 +116,9 @@
116116
<a class="play-pause"></a>
117117
<ol class="indicator"></ol>
118118
</div>
119+
120+
121+
122+
<dnn:DnnJsInclude ID="bluImpJS" runat="server" FilePath="js/jquery.blueimp-gallery.min.js" PathNameAlias="SkinPath" />
123+
124+

License.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h3>License</h3>
33
<p class="Owner">
44
<a href="http://www.christoc.com">Christoc.com</a></br>
5-
Copyright (c) 2014</br>
5+
Copyright (c) 2015</br>
66
</p>
77
<p>
88
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ If you want to customize this skin, using the source code, here are the steps th
2424
5. To repackage the skin, build in RELEASE mode. (if you want to change version numbers, change the numbers in AssemblyInfo.cs and hammerflex.dnn)
2525
6. You can find the new Packages for the Skin in the INSTALL folder /portals/_default/skins/hammerflex/install
2626

27+
28+
Visual Studio Template
29+
---------------------------------
30+
An early version of this skin is the base for the C# Theme Template found in Christoc's DotNetNuke Module and Theme Development template. You can find them available for free in the DNN Store: http://cjh.am/dnntemplates
31+
2732
If you don't want/need to change the source code itself, you could simply override the CSS for the skin by modifying your Portal.CSS file.
2833

ReleaseNotes.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<h5>Bug Fixes</h5>
1111
<ul>
1212
<li>SubMenu Fix -Richard Howells</li>
13+
<li>Bootstrap V3.3.5</li>
1314
</ul>
1415

1516

Resources.zip

1.99 KB
Binary file not shown.

css/bootstrap-theme.css

+125-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)