Commit 0c5d2c323e5237e30d34ebcac0217447ddc105e4

Authored by Unknown
1 parent 2df8b522

Suppression home.css

Showing 1 changed file with 0 additions and 26 deletions   Show diff stats
PFE06/src/main/resources/static/css/home.css deleted
@@ -1,26 +0,0 @@ @@ -1,26 +0,0 @@
1 -body { background-color: #FFF; }  
2 -  
3 -.upload-drop-zone {  
4 - height: 200px;  
5 - border-width: 2px;  
6 - margin-bottom: 20px;  
7 - color: #ccc;  
8 - border-style: dashed;  
9 - border-color: #ccc;  
10 - line-height: 200px;  
11 - text-align: center  
12 -}  
13 -  
14 -.theme-dropdown .dropdown-menu {  
15 - position: static;  
16 - display: block;  
17 - margin-bottom: 20px;  
18 -}  
19 -  
20 -.theme-showcase > p > .btn {  
21 - margin: 5px 0;  
22 -}  
23 -  
24 -.theme-showcase .navbar .container {  
25 - width: auto;  
26 -}