1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-01-08 07:04:12 +01:00

Sync website with README

This commit is contained in:
Jan Larres
2014-10-01 12:38:42 +13:00
parent c2f468e098
commit 4729c6df95
4 changed files with 96 additions and 96 deletions

View File

@@ -23,10 +23,11 @@
width: 650px;
}
h1 {
font-size: 3.8em;
font-size: 3.0em;
color: #dddddd;
margin-bottom: 3px;
text-shadow: #111111 3px 3px 1px;
text-align: center;
}
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none; color: #F0E7D5 }
@@ -57,6 +58,14 @@
}
code { font-family: "Ubuntu Mono", monospace; }
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
#title {
margin-bottom: 50px;
}
#title p {
font-size: 1.8em;
text-align: center;
color: #999999;
}
.footer { text-align:center; padding-top:30px; font-style: italic; }
</style>