mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 14:52:16 +00:00
Cleanup gitignore and remove unneeded CSS
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,8 +1,6 @@
|
|||||||
.idea
|
.idea
|
||||||
*.pyc
|
*.pyc
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
.vagrant
|
||||||
static/
|
static/
|
||||||
app/static/
|
!app/*/static/
|
||||||
app/media/
|
|
||||||
!app/*/static
|
|
||||||
.vagrant
|
|
||||||
@@ -1,15 +1,3 @@
|
|||||||
.epiceditor-container {
|
|
||||||
-webkit-box-shadow: inset 0 1px 1px;
|
|
||||||
-moz-box-shadow: inset 0 1px 1px;
|
|
||||||
box-shadow: inset 0 1px 1px;
|
|
||||||
-webkit-transition: border linear .2s,box-shadow linear .2s;
|
|
||||||
-moz-transition: border linear .2s,box-shadow linear .2s;
|
|
||||||
-o-transitiion: border linear .2s,box-shadow linear .2s;
|
|
||||||
transition: border linear .2s,box-shadow linear .2s;
|
|
||||||
-webkit-border-radius: 4px;
|
|
||||||
-moz-border-radius: 4px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
.map label { width: auto; display:inline; }
|
.map label { width: auto; display:inline; }
|
||||||
.map img { max-width: none; }
|
.map img { max-width: none; }
|
||||||
.jumbotron { text-align: center }
|
.jumbotron { text-align: center }
|
||||||
Reference in New Issue
Block a user