1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-10 23:24:07 +02:00

UI Improvements - Admin - Updates #194

This commit is contained in:
Awilum
2014-01-07 23:39:15 +02:00
parent 88b244a6df
commit 5a142a2353
2 changed files with 11 additions and 3 deletions

View File

@@ -355,3 +355,12 @@ td, th {
footer {
margin-top: 40px;
}
.well {
border: none;
border-radius: 0px;
background: #fff;
color: #555;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}