touched up css files a bit

This commit is contained in:
hyung-hwan 2015-02-12 16:29:45 +00:00
parent ae2036b4f2
commit e10ed7f5c6
2 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,10 @@ body {
.content .taskbar a:active {
}
.content .taskbar form {
margin: 0;
}
.content .taskbar form input {
font-size: inherit;
font-family: inherit;

View File

@ -48,6 +48,11 @@
max-width: 100%;
}
#project_home_commits_per_month_canvas {
max-width: 100%;
width: 100%;
}
/*-----------------------------------------------
* project file edit view
*-----------------------------------------------*/