Files
gitx/html/css/GitX.css
T
2011-03-30 00:17:14 -07:00

31 lines
441 B
CSS

@import url("diff.css");
@import url("notification.css");
body {
margin: 0;
margin-top: 5px;
width: 100%;
font-family: 'Lucida Grande', Arial;
}
#message {
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
text-align: center;
font-size: 200%;
padding: 20px;
width: auto;
background-color: #B4D7FF;
border: 2px solid #45A1FE;
-webkit-border-radius: 10px;
}
.SWVHL{
background-color: yellow;
black: black;
}