summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 13:15:33 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 13:15:33 -0400
commit0b9837d93681f2119b4e0074dd3890526c8cca34 (patch)
tree7941586512198b3c5ecf96b59aee46dea2c48432 /app/assets
parent8634fa265d74e60790140b90e6bbf2588b96dbf3 (diff)
touch up custom.css.scss indent
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/custom.css.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 3d2ea9b..4de8c94 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -31,10 +31,11 @@ a, input[type="submit"] {
input[type="text"], input[type="password"]{
- border: 3px inset #A5A5A5;
-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1)
- -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
- box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
+ -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
+ box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
+
+ border: 3px inset #A5A5A5;
padding: 8px;
background: rgba(0,0,0,0.5);
margin: 0 0 5px 0;