Skip to content

Commit

Permalink
Update website for official release
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Mar 27, 2019
1 parent 9f2d9b5 commit 66684c7
Show file tree
Hide file tree
Showing 143 changed files with 42,474 additions and 280 deletions.
83 changes: 83 additions & 0 deletions .build/_assets/css/bootstrap.basictype.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Basic useful Bootstrap typography classes
*/
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
Loading

0 comments on commit 66684c7

Please sign in to comment.