File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/mkdocs-jekyll/tree/master )
17
+ - adding .form-input class (0.0.16)
17
18
- adding pointer to buttons (0.0.15)
18
19
- missing site.url from config (0.0.14)
19
20
- button mouseovers (hover) and extra boxes for tips, questions, etc. (0.0.13)
Original file line number Diff line number Diff line change 1
- 0.0.15
1
+ 0.0.16
Original file line number Diff line number Diff line change @@ -69,6 +69,16 @@ input {
69
69
outline : 0 ;
70
70
}
71
71
72
+ .form-input {
73
+ width : 100% ;
74
+ padding : 12px 20px ;
75
+ margin : 8px 0 ;
76
+ display : inline-block;
77
+ border : 1px solid # ccc ;
78
+ border-radius : 4px ;
79
+ box-sizing : border-box;
80
+ }
81
+
72
82
.changelog ,
73
83
.changelog > div {
74
84
margin : 0 ;
You can’t perform that action at this time.
0 commit comments