Make the well look better

This commit is contained in:
James Brooks
2014-12-31 11:58:38 +00:00
parent b83a2cb6b1
commit edb587b9ee
5 changed files with 11 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ html, body {
// Module overrides
@import "modules/tabs";
@import "modules/forms";
@import "modules/well";
// Styles for partials
@import "partials/base";

View File

@@ -0,0 +1,3 @@
.well {
border-radius: 0;
}

View File

@@ -4564,6 +4564,9 @@ label {
.form-control:focus {
border-color: #66afe9; }
.well {
border-radius: 0; }
body.dashboard {
font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 400;

View File

@@ -4564,6 +4564,9 @@ label {
.form-control:focus {
border-color: #66afe9; }
.well {
border-radius: 0; }
body.dashboard {
font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-weight: 400;

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-ba7bbe3d.css",
"css/all.css": "css/all-d71ab75f.css",
"js/all.js": "js/all-4554a981.js"
}