Skip to content

Commit

Permalink
Revert previous css commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 9, 2016
1 parent bfd1c87 commit f8e5d30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions caravel/assets/stylesheets/caravel.css
Expand Up @@ -157,14 +157,13 @@ img.loading {
border-color: #AAA;
opacity: 0.3;
}
ul.gridster li.widget{
.gridster li.widget{
list-style-type: none;
border-radius: 0;
margin: 5px;
border: 1px solid #ccc;
box-shadow: 2px 1px 5px -2px #aaa;
background-color: #fff;
overflow: visible;
}
.dashboard .gridster .dragging,
.dashboard .gridster .resizing {
Expand Down
2 changes: 0 additions & 2 deletions caravel/data/__init__.py
Expand Up @@ -359,7 +359,6 @@ def load_css_templates():
transition: background-color 0.5s ease;
background-color: #FAFAFA;
border: 1px solid #CCC;
overflow: hidden;
box-shadow: none;
border-radius: 0px;
}
Expand Down Expand Up @@ -400,7 +399,6 @@ def load_css_templates():
transition: background-color 0.5s ease;
background-color: #EEE;
border: 2px solid #444;
overflow: hidden;
border-radius: 15px;
box-shadow: none;
}
Expand Down

0 comments on commit f8e5d30

Please sign in to comment.