Skip to content

Commit ee2bab7

Browse files
committed
Update doc details and license date
1 parent 62243a0 commit ee2bab7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Fabien Sa
3+
Copyright (c) 2016-* Fabien Sa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ To force backgrounds to be printed (can be useful when you "print" a pdf), add t
8383

8484
## Dev
8585

86-
- `npm install` to install dependencies
86+
- `npm i` to install the dependencies
8787
- `npm run watch` to "watch" the scss folder and compile to css
8888
- `npm run build` to compile gutenberg to css

docs/modern.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
float: right;
1212
color: #fff;
1313
border-radius: 4px;
14-
padding: 18px 36px;
14+
padding: 20px 40px;
1515
text-transform: uppercase;
1616
text-align: center;
17-
font-size: 12pt;
17+
font-size: 11pt;
1818
font-weight: bold;
1919
cursor: pointer;
2020
margin-right: 15px;
21-
background: #16a;
21+
background: #1976D2;
2222
}
2323
.demo:hover {
24-
box-shadow: 0 0 12px rgba(0, 0, 0, .4);
24+
background: #1565C0;
2525
}
2626
</style>
2727
</head>

docs/oldstyle.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
float: right;
1212
color: #fff;
1313
border-radius: 4px;
14-
padding: 18px 36px;
14+
padding: 20px 40px;
1515
text-transform: uppercase;
1616
text-align: center;
17-
font-size: 12pt;
17+
font-size: 11pt;
1818
font-weight: bold;
1919
cursor: pointer;
2020
margin-right: 15px;
21-
background: #16a;
21+
background: #1976D2;
2222
}
2323
.demo:hover {
24-
box-shadow: 0 0 12px rgba(0, 0, 0, .4);
24+
background: #1565C0;
2525
}
2626
</style>
2727
</head>

0 commit comments

Comments
 (0)