basic site design for dist bundles
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12796 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
00c78a5a51
commit
b418f061b3
|
@ -13,9 +13,17 @@
|
|||
*
|
||||
* Red Hat Author(s): Steve Ebersole
|
||||
*/
|
||||
h2 {
|
||||
|
||||
/*
|
||||
* Apply the colors taken from the Hibernate logo in various places
|
||||
* thoughout the generated site pages.
|
||||
*
|
||||
* brown : #aea477
|
||||
* gray : #59666c
|
||||
*/
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #aea477;
|
||||
/*color: #c2b585;*/
|
||||
}
|
||||
|
||||
#navcolumn h5 {
|
||||
|
|
Loading…
Reference in New Issue