762a9f13eb
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1127 7d457c2a-affb-35e4-300a-418c747d4874
22 lines
328 B
CSS
22 lines
328 B
CSS
#body {
|
|
padding: 5em;
|
|
margin: 0;
|
|
}
|
|
|
|
#loading-message {
|
|
text-align: center;
|
|
font-size: 300%;
|
|
color: #aaa;
|
|
padding: 1in;
|
|
font-style: italic;
|
|
}
|
|
|
|
table.preferences th, table.preferences td {
|
|
padding: 3px;
|
|
}
|
|
table.preferences th {
|
|
background: #ddd;
|
|
}
|
|
table.preferences td {
|
|
background: #eee;
|
|
} |