xPathTrainer/public/CSS/style.css

35 lines
267 B
CSS

body
{
background-color:#DCEEA9;
}
#trainerForm
{
width :90%;
line-height:2em;
}
#frame, #results
{
width:45%;
margin:2em;
}
#frame
{
float:left;
}
#results
{
float:right;
}
#display
{
padding:0.5em;
width:100%;
}
#results li
{
margin : 2em 0;
}
.error
{
color:red;
}