annotate 1__Development/6__Website/POPExpressServer/public/stylesheets/style.css @ 5:e73fbbcb5fd2

Persisting basic graph works, starting to add persist of view hierarchy too
author Sean Halle <seanhalle@yahoo.com>
date Sun, 03 Aug 2014 23:38:15 -0700
parents
children
rev   line source
seanhalle@5 1 body {
seanhalle@5 2 padding: 50px;
seanhalle@5 3 font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
seanhalle@5 4 }
seanhalle@5 5
seanhalle@5 6 a {
seanhalle@5 7 color: #00B7FF;
seanhalle@5 8 }