Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chevli committed Mar 31, 2017
2 parents e772a7c + bd5579b commit d6bf190
Show file tree
Hide file tree
Showing 47 changed files with 8,655 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/css/font-awesome.min.css

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions docs/assets/css/ie8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/*
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Type */

body {
color: #ffffff;
}

/* Button */

.button {
position: relative;
border: solid 1px !important;
}

.button.special {
border: none !important;
}

/* Icon */

.icon.major {
-ms-behavior: url("assets/js/ie/PIE.htc");
}

.icon.major:before {
font-size: 4em;
border: 0;
}

/* Spotlight */

.spotlight .image {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

.spotlight .image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Features */

.features li {
width: 29%;
}

/* Footer */

#footer > * {
width: 50%;
margin-left: 0;
}

/* Main */

#main > .main > .image.main:first-child {
margin-top: 0;
margin-left: 0;
width: 100%;
}
62 changes: 62 additions & 0 deletions docs/assets/css/ie9.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
/*
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Spotlight */

.spotlight:after {
content: '';
display: block;
clear: both;
}

.spotlight .content {
float: left;
width: 60%;
}

.spotlight .image {
float: left;
}

/* Features */

.features:after {
content: '';
display: block;
clear: both;
}

.features li {
float: left;
}

/* Statistics */

.statistics {
display: inline-block;
width: auto;
}

.statistics:after {
content: '';
display: block;
clear: both;
}

.statistics li {
float: left;
padding: 1.5em 2.5em;
}

/* Footer */

#footer > * {
float: left;
}

#footer .copyright {
clear: both;
}
Binary file added docs/assets/css/images/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d6bf190

Please sign in to comment.