Commit b5d24e9d authored by Aron Carroll's avatar Aron Carroll

All sheet tabs now have a bottom border

parent 3f243561
...@@ -99,7 +99,7 @@ ol { ...@@ -99,7 +99,7 @@ ol {
position: relative; position: relative;
background-color: $body-background; background-color: $body-background;
.auth .nav-tabs { .nav-tabs {
border: 1px none $gray-lighter; border: 1px none $gray-lighter;
border-bottom-style: solid; border-bottom-style: solid;
padding: 0 0 1.1em; padding: 0 0 1.1em;
...@@ -111,8 +111,6 @@ ol { ...@@ -111,8 +111,6 @@ ol {
right: 1em; right: 1em;
top: 1em; top: 1em;
} }
input:not([type="submit"]) { width: 100%; }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment