Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/1__Development/6__Website/POPExpressServer/public/stylesheets/style.css Sun Aug 03 23:38:15 2014 -0700 1.3 @@ -0,0 +1,8 @@ 1.4 +body { 1.5 + padding: 50px; 1.6 + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; 1.7 +} 1.8 + 1.9 +a { 1.10 + color: #00B7FF; 1.11 +} 1.12 \ No newline at end of file
