diff options
| -rw-r--r-- | p/themes/BlueLagoon/BlueLagoon.css | 8 | ||||
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index f21ae5c17..d3e4b74e4 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -15,14 +15,6 @@ a, button.as-link { outline: none; } -/*=== Forms */ -.form-group { - display: inline-block; - float: left; - width: 100%; - height: auto; -} - legend { margin: 20px 0 5px; padding: 5px 0; diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 3d7f68a09..e4e85dbc0 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -15,14 +15,6 @@ a, button.as-link { outline: none; } -/*=== Forms */ -.form-group { - display: inline-block; - float: left; - width: 100%; - height: auto; -} - legend { margin: 20px 0 5px; padding: 5px 0; |
