Update install module to use RhymiX as project name

This commit is contained in:
Kijin Sung 2016-01-09 00:06:22 +09:00
parent 211044fe2b
commit 1c90e1286f
8 changed files with 106 additions and 112 deletions

View file

@ -34,11 +34,11 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
margin: 0;
}
.x #header h1 {
font: bold 48px/100% Arial, sans-serif;
font: bold 54px/100% Cambria, Georgia, serif;
color: #444;
text-align: center;
text-shadow: 2px 2px 3px rgba(128, 128, 128, 0.4);
margin: 0 0 16px 0;
margin: 0 0 24px 0;
}
.x #header h1 span.green {
color: #55a72f;
@ -46,6 +46,9 @@ img, form, fieldset { border: 0; margin:0; padding: 0; }
.x #header h1 span.brown {
color: #905a29;
}
.x #header h1 span.red {
color: #ef5350;
}
.x #header h1 span.colon {
color: #888888;
position: relative;