1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Messing with the gh-pages

This commit is contained in:
William Woodall 2012-01-23 15:53:47 -06:00
parent 00c75cb7c0
commit c869e06853

View File

@ -16,15 +16,15 @@
margin: 0 auto; margin: 0 auto;
width: 700px; width: 700px;
} }
h1 { font-size: 3.8em; color: #423c68; margin-bottom: 3px; } h1 { font-size: 3.8em; color: #9188c5; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; } h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none } h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #423c68; } h2 { font-size: 1.5em; color: #9188c5; }
h3 { text-align: center; color: #423c68; } h3 { text-align: center; color: #9188c5; }
a { color: #423c68; } a { color: #9188c5; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; } .download { float: right; }
pre { background: #c9ae47; color: #fff; padding: 15px;} pre { background: #96874e; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; } .footer { text-align:center; padding-top:30px; font-style: italic; }
</style> </style>