Changeset - 6315037d2446
[Not reviewed]
default
0 1 0
ethanzonca - 15 years ago 2010-07-08 18:47:28

Test
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
index.php
Show inline comments
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<html>
 
<head>
 
<title>Scheduler</title>
 
<title>Scheduler - Beta</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;
0 comments (0 inline, 0 general)