Skip to content

Commit 121c319

Browse files
committed
adding basic form input
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent e2434c8 commit 121c319

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Critical items to know are:
1414
- changed behaviour
1515

1616
## [master](https://github.com/vsoch/mkdocs-jekyll/tree/master)
17+
- adding .form-input class (0.0.16)
1718
- adding pointer to buttons (0.0.15)
1819
- missing site.url from config (0.0.14)
1920
- button mouseovers (hover) and extra boxes for tips, questions, etc. (0.0.13)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.15
1+
0.0.16

assets/css/main.css

+10
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ input {
6969
outline: 0;
7070
}
7171

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+
7282
.changelog,
7383
.changelog > div {
7484
margin: 0;

0 commit comments

Comments
 (0)