comparison public/libervia.css @ 36:1d406077b49b

Tarot Game: first draft
author Goffi <goffi@goffi.org>
date Tue, 17 May 2011 01:33:12 +0200
parents d43d6e4b9dc8
children b306aa090438
comparison
equal deleted inserted replaced
35:d43d6e4b9dc8 36:1d406077b49b
286 margin-left: 5px; 286 margin-left: 5px;
287 margin-right: 10px; 287 margin-right: 10px;
288 height: 100%; 288 height: 100%;
289 } 289 }
290 290
291 /* Test drag and drop */ 291 /* Games */
292
293 .cardPanel {
294 background: green;
295 margin: 0 auto;
296 }
297
298 /* Drag and drop */
292 299
293 .dragover { 300 .dragover {
294 background: #8f8; 301 background: #8f8;
295 } 302 }
296 303