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

Commit

Permalink
playing with a new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrosso committed May 4, 2012
1 parent 0c6c588 commit 34731a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/assets/stylesheets/flocks.css.scss
@@ -1,12 +1,19 @@
// Place all the styles related to the flocks controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#flockwrap { position: absolute; top: 0; left: 0; }
#flock { position: relative; margin: 0em; padding:0em; }
#flock canvas {
border: 1px solid black;
position: absolute; top: 0; left: 0;
clear: left ;
display: block;
cursor: crosshair;
}
#edit {
position: relative ; top: 40; left: 40;
opacity: 0.5;
}
#details p { margin: 0em; }
#nav { margin: 0.5em 0 0.5em 0 ;}
.link { cursor: pointer; color: "#0000ff";}
Expand Down

0 comments on commit 34731a9

Please sign in to comment.