diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-18 15:39:34 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-18 15:39:34 +0200 |
commit | e4d2565e05a517641de921c4c19a2c9d1beea2e7 (patch) | |
tree | 156715bc739b2810368c717f20f03172955c32a1 /css/style.css | |
parent | b693a19e1c3d4ffcf2f3aaef1d67df4b986e4903 (diff) | |
download | wallabag-e4d2565e05a517641de921c4c19a2c9d1beea2e7.tar.gz wallabag-e4d2565e05a517641de921c4c19a2c9d1beea2e7.tar.zst wallabag-e4d2565e05a517641de921c4c19a2c9d1beea2e7.zip |
#4 - ajout système de connexion (login poche mot de passe poche pour l'instant)
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css index cf1ee2f0..29dca289 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -62,17 +62,16 @@ header { | |||
62 | color: #F1F1F1; | 62 | color: #F1F1F1; |
63 | } | 63 | } |
64 | 64 | ||
65 | /*#content { | ||
66 | width: 800px; | ||
67 | margin: 0 auto; | ||
68 | }*/ | ||
69 | |||
70 | |||
71 | footer { | 65 | footer { |
72 | text-align: right; | 66 | text-align: right; |
73 | } | 67 | } |
74 | 68 | ||
75 | /*** ***/ | 69 | /*** ***/ |
70 | /*** LOGIN FORM ***/ | ||
71 | ul#login li { | ||
72 | list-style-type: none; | ||
73 | } | ||
74 | /*** ***/ | ||
76 | /*** LINKS DISPLAY ***/ | 75 | /*** LINKS DISPLAY ***/ |
77 | 76 | ||
78 | #main a.tool { | 77 | #main a.tool { |