Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 864fc2c

Browse files
committed
added fitb.css to master because it was missed originally
1 parent 12c00a0 commit 864fc2c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

runestone/assess/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.woff2
2+
*.woff
3+
*.ttf
4+
*.eot
5+
*.svg
6+
7+
node_modules/
8+
bower_components/
9+
css/bootstrap.min.css

runestone/assess/css/fitb.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.selectwidthauto {
2+
width:auto !important;
3+
display: inline-block !important;
4+
margin: 5px;
5+
}
6+
7+
input.input-validation-error {
8+
border: 1px solid #e80c4d;
9+
}

0 commit comments

Comments
 (0)