pull/40/head
Robin Buse 2011-07-25 17:09:24 -07:00
parent 2bd2348cc0
commit 3a64ee733b
1 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@
<html> <html>
<title>Etherpad Lite</title> <title>Etherpad Lite</title>
<style> <style>
* { * { margin: 0; padding: 0; }
margin: 0; padding: 0;
}
@-webkit-keyframes inception { @-webkit-keyframes inception {
0% { opacity:0; -webkit-transform:scale(3); } 0% { opacity:0; -webkit-transform:scale(3); }
100% {} 100% {}
@ -19,7 +17,7 @@
} }
body { body {
background: rgba(0, 0, 0, .05); background: rgba(0, 0, 0, .05);
color: #555; color: #333;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
font: 14px helvetica,sans-serif; font: 14px helvetica,sans-serif;
background: #ccc; background: #ccc;