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'>
<div class='day-entry-header'> <div class='day-entry-header'>
<!-- $day-entry-header --> <!-- $day-entry-header -->
</div> </div>
<div class='day-entry-content'> <div class='day-entry-content'>
<!-- $day-entry-content --> <!-- $day-entry-content -->
</div> </div>
</div> </div>

View file

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