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