Cleanup
parent
2bd2348cc0
commit
3a64ee733b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue