Skip to content

Commit e81a3e1

Browse files
committed
Updated libs and license info
1 parent 10ec63e commit e81a3e1

File tree

1,748 files changed

+135018
-3123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,748 files changed

+135018
-3123
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you'd like to **use the template without the footer attribution**, you can [b
2929

3030

3131
## Latest Version
32-
**v2.1.1** - 10 May 2019
32+
**v2.2** - 27 April 2020
3333

3434
[Changelog](https://themes.3rdwavemedia.com/bootstrap-templates/startup/prettydocs-free-bootstrap-theme-for-developers-and-startups/?target=changelog)
3535

assets/css/styles.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Template Name: PrettyDocs - Bootstrap 4 Template for documentations
3-
* Version: 2.0
3+
* Version: 2.2
44
* Author: Xiaoying Riley
55
* Copyright: 3rd Wave Media
66
* Twitter: @3rdwave_themes
@@ -84,16 +84,25 @@ code {
8484
top: -1px;
8585
}
8686

87+
.btn:focus, a.btn:focus {
88+
-webkit-box-shadow: none;
89+
-moz-box-shadow: none;
90+
box-shadow: none;
91+
}
92+
8793
.btn-primary, a.btn-primary {
8894
background: #40babd;
8995
border: 1px solid #40babd;
9096
color: #fff !important;
9197
}
9298

93-
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover {
99+
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, .btn-primary:not(:disabled):not(.disabled):active:focus, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover, a.btn-primary:not(:disabled):not(.disabled):active:focus {
94100
background: #3aa7aa;
95101
color: #fff !important;
96102
border: 1px solid #3aa7aa;
103+
-webkit-box-shadow: none;
104+
-moz-box-shadow: none;
105+
box-shadow: none;
97106
}
98107

99108
.btn-green, a.btn-green {
@@ -483,7 +492,7 @@ select {
483492
margin-bottom: 0;
484493
font-weight: bold;
485494
padding-bottom: 10px;
486-
border-bottom: 1px solid #d7d6d6;
495+
border-bottom: 1px solid #d7d7d7;
487496
}
488497

489498
.doc-section h1 {
@@ -1337,8 +1346,6 @@ select {
13371346
top: 0;
13381347
left: 0;
13391348
z-index: 1;
1340-
background-image: url("../images/empty.gif");
1341-
/* for IE8 */
13421349
}
13431350

13441351
.cards-section .item-inner:hover {

assets/fontawesome/LICENSE.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Font Awesome Free License
2+
-------------------------
3+
4+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
5+
commercial projects, open source projects, or really almost whatever you want.
6+
Full Font Awesome Free license: https://fontawesome.com/license/free.
7+
8+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
9+
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
10+
packaged as SVG and JS file types.
11+
12+
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
13+
In the Font Awesome Free download, the SIL OFL license applies to all icons
14+
packaged as web and desktop font files.
15+
16+
# Code: MIT License (https://opensource.org/licenses/MIT)
17+
In the Font Awesome Free download, the MIT license applies to all non-font and
18+
non-icon files.
19+
20+
# Attribution
21+
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
22+
Awesome Free files already contain embedded comments with sufficient
23+
attribution, so you shouldn't need to do anything additional when using these
24+
files normally.
25+
26+
We've kept attribution comments terse, so we ask that you do not actively work
27+
to remove them from files, especially code. They're a great way for folks to
28+
learn about Font Awesome.
29+
30+
# Brand Icons
31+
All brand icons are trademarks of their respective owners. The use of these
32+
trademarks does not indicate endorsement of the trademark holder by Font
33+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
34+
to represent the company, product, or service to which they refer.**

0 commit comments

Comments
 (0)