html: fix whitespace

This commit is contained in:
Hylke Bons 2011-05-02 13:35:38 +01:00
parent 0dd838a72f
commit c50bc9fc89
3 changed files with 107 additions and 119 deletions

View file

@ -1,11 +1,8 @@
<div class='day-entry'>
<div class='day-entry-header'>
<!-- $day-entry-header -->
</div>
<div class='day-entry-content'>
<!-- $day-entry-content -->
</div>
</div>

View file

@ -1,12 +1,8 @@
<!doctype html>
<html>
<head>
<title>Event Log</title>
<title>SparkleShare Event Log</title>
<style>
body {
background-color: #f0f0f0;
color: <!-- $body-color -->;
@ -90,7 +86,6 @@
padding-bottom: 9px;
}
.no-buddy-icon {
float: left;
margin-right: 12px;
@ -109,13 +104,9 @@
.event-info {
float: left;
}
</style>
</head>
<body onDragStart='return false;'>
<!-- $event-log-content -->
</body>
</html>