6c2c697a58
Had to recreate repo because it was corrupted. FML.
20 lines
212 B
CSS
20 lines
212 B
CSS
body,html {
|
|
margin:0px;
|
|
padding: 10px;
|
|
background: #e5e5f4;
|
|
}
|
|
|
|
h1, h2, h3, h4 {
|
|
color: #2d4f99;
|
|
}
|
|
|
|
#queryImage {
|
|
float:right;
|
|
position:fixed;
|
|
right:0px;
|
|
}
|
|
|
|
#results {
|
|
float:left;
|
|
list-style-type: none;
|
|
} |