Changeset - 771248852fe0
[Not reviewed]
default
0 1 0
ethanzonca - 15 years ago 2010-07-08 19:50:58

Removed commented css
1 file changed with 1 insertions and 16 deletions:
index.php
1
16
0 comments (0 inline, 0 general)
index.php
Show inline comments
 
@@ -3,27 +3,12 @@
 
<head>
 
<title>Scheduler</title>
 

	
 
<link rel="stylesheet" href="styles/general.css" type="text/css" media="screen" charset="utf-8">
 

	
 
<style type="text/css">
 
/*  body {
 
    width: 80%;
 
    margin:auto;
 
    font-family: sans-serif;
 
  }
 
  #header {
 
    text-align: left;
 
    background: rgb(220,220,220); /* IE fallback */
 
    background: rgba(200,200,200, .3);  
 
  }
 
  #footer {
 
    text-align: right;
 
    background: rgb(220,220,220); /* IE fallback */
 
    background: rgba(200,200,200, .3); 
 
  }*/
 
  .error {
 
    color: #F00; /* For validation errors */
 
  } 
 
  .error p {
 
    padding: 0;
 
    margin: 0;
 
@@ -61,7 +46,7 @@
 
</div>
 
<div id="footer">
 
<h5>&copy; <?php echo Date("Y"); ?> Nathan Gelderloos<br />
 
with special thanks to <a href="http://ethanzonca.com">Ethan Zonca</a></h5>
 
</div>
 
</body>
 
</html>
 
\ No newline at end of file
 
</html>
0 comments (0 inline, 0 general)