diff options
Diffstat (limited to 'public/css/main.css')
-rw-r--r-- | public/css/main.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/public/css/main.css b/public/css/main.css index 77ab7ff..4017e31 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
@@ -87,11 +87,12 @@ img | |||
87 | vertical-align: bottom; | 87 | vertical-align: bottom; |
88 | } | 88 | } |
89 | 89 | ||
90 | .boutonArticle span | 90 | button a |
91 | { | 91 | { |
92 | padding: 2px; | 92 | color: black; |
93 | border: 4px black groove; | 93 | text-decoration: none; |
94 | } | 94 | } |
95 | |||
95 | .boutonSubmitEditeur | 96 | .boutonSubmitEditeur |
96 | { | 97 | { |
97 | margin-top: 5px; | 98 | margin-top: 5px; |
@@ -144,8 +145,6 @@ form | |||
144 | #courriel * | 145 | #courriel * |
145 | { | 146 | { |
146 | max-width: 220px; | 147 | max-width: 220px; |
147 | color: black; | ||
148 | text-decoration: none; | ||
149 | } | 148 | } |
150 | 149 | ||
151 | #courriel>button /* bouton pour remonter */ | 150 | #courriel>button /* bouton pour remonter */ |