Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
split widget styles into widgets.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouro committed Mar 2, 2011
1 parent 54c1d71 commit daf1d5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mineral/static/mineral/css/widgets.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
----------------------------------------------------------------------
Base Stylesheet
Author: Marco Louro
Version: 2010.03
------------------------------------------------------------------ */

/* ------------------------------------------------------------
+Proto-image
------------------------------------------------------------ */
.proto-image { display: inline-block; border: 1px solid #CCC; background-color: #EFEFEF; }
.proto-image.fllt { margin: 0 10px 10px 0; }
.proto-image.flrt { margin: 0 0 10px 10px; }
.proto-image.flrt { margin: 0 0 10px 10px; }

0 comments on commit daf1d5c

Please sign in to comment.