aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-04-07 19:07:29 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2015-04-07 19:07:29 -0400
commit14a6ca1fa68ccd471066725759da6cdbd24761dd (patch)
tree3000d0d22e652a082197c0b6decc8498d040ba85 /static/main.css
parent0a9eefd31c92e408ca66e615c3d9d27310b223b1 (diff)
parentd26b5e0f3a0f79a6b8165004e19b65df836b1e08 (diff)
downloadfamille-flask-14a6ca1fa68ccd471066725759da6cdbd24761dd.tar.gz
Merge branch 'production'
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/static/main.css b/static/main.css
deleted file mode 100644
index 88598a7..0000000
--- a/static/main.css
+++ /dev/null
@@ -1,60 +0,0 @@
-.borderless td,
-.borderless tr {
- border: none !important;
-}
-
-.comment + .comment{
- border-top: 1px solid rgba(0, 0, 0, 0.1);
- padding-top: 1em;
-}
-
-.date {
- color: rgba(0, 0, 0, 0.6);
- font-size: 14px;
-}
-
-.media-body .edit {
- display: none;
- margin-right: 1em;
-}
-
-.media-body:hover .edit {
- display: initial;
-}
-
-.comment-source {
- display: none;
-}
-
-article > header {
- margin-bottom: 2em;
-}
-
-nav .fa {
- margin-left: 1em;
-}
-
-.login {
- margin:10em auto auto;
- width: 400px;
-
-}
-
-p.kadoscope{
- opacity : 0;
- text-align : center;
- color : #E61000;
- font-size : 20px;
- font-weight : bold;
-}
-
-#kadobutton{
- background-image : url('gfx/gift.png');
- background-repeat : no-repeat;
- background-position : center;
- height : 130px;
-}
-
-.media-left img{
- width: 64px;
-}