Mercurial > libervia-web
comparison public/libervia.css @ 9:c80b75bf2e91
browser: misc appearance change
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 Mar 2011 00:31:27 +0100 |
parents | 7acca1ce1ca4 |
children | e8e3704eb97f |
comparison
equal
deleted
inserted
replaced
8:88ae360198ee | 9:c80b75bf2e91 |
---|---|
163 | 163 |
164 /* Microblog */ | 164 /* Microblog */ |
165 | 165 |
166 .microblogPanel { | 166 .microblogPanel { |
167 margin: auto; | 167 margin: auto; |
168 width: 90%; | |
169 } | |
170 | |
171 .mb_panel_header{ | |
172 text-align: center; | |
173 background-color: lightGray; | |
174 font-style: italic; | |
175 margin-top: 5px; | |
176 -moz-border-radius: 50px; | |
177 -webkit-border-radius: 50px; | |
178 border-radius: 50px; | |
168 } | 179 } |
169 | 180 |
170 .microblogEntry { | 181 .microblogEntry { |
171 text-align:center; | 182 text-align:center; |
172 | 183 |