styles/main.css: untabify; set some values as non-relative
This commit is contained in:
parent
4968d59dad
commit
e268ce7b65
@ -22,6 +22,7 @@ body {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: rgba(1, 1, 1, 1);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
@ -30,7 +31,7 @@ body {
|
||||
|
||||
#top {
|
||||
background-color: rgba(51, 51, 51, 1);
|
||||
height: 6%;
|
||||
height: 60px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -62,14 +63,15 @@ body {
|
||||
/* Logo */
|
||||
|
||||
#src_prepare, #src, #prepare {
|
||||
background-color: RGBA(88, 86, 86, 1);
|
||||
background-color: rgba(88, 86, 86, 1);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#src_prepare {
|
||||
height: 30%;
|
||||
color: rgba(1, 1, 1, 1);
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
#src {
|
||||
|
Loading…
Reference in New Issue
Block a user