0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-03 13:16:31 -05:00

Update: Loading content into DIV

This commit is contained in:
Matthew Borden 2014-07-08 11:00:11 +10:00
parent e0043013b1
commit 53dcbc8605
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,12 @@
body {
position: relative;
margin: 0 auto;
padding: 50px;
width: 540px;
font: 400 14px/1.24 helvetica, arial, sans-serif;
text-shadow: 0 1px 0 white;
}
.menu .item { .menu .item {
color:#000; color:#000;
float:left; float:left;

View file

@ -1,3 +1,12 @@
body {
position: relative;
margin: 0 auto;
padding: 50px;
width: 540px;
font: 400 14px/1.24 helvetica, arial, sans-serif;
text-shadow: 0 1px 0 white;
}
.menu .item { .menu .item {
color:#000; color:#000;
float:left; float:left;