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:
parent
e0043013b1
commit
53dcbc8605
2 changed files with 18 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue