diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-07 15:10:57 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-07 15:10:57 -0500 |
commit | 5b152d2fefeac63008b4bfd381fe599b853c035a (patch) | |
tree | 7f3301b937d1b178ee2a901e3896bbf71c481442 /doc | |
parent | db44ee6ed0bcadcda070a9fddc0e8ceb5a468527 (diff) | |
parent | 4bda18a50aab714e72fce347cb4cff32316e55de (diff) |
Merge remote branch 'remotes/GiuseppeBilotta/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index be86a0818..c56494fff 100644 --- a/doc/style.css +++ b/doc/style.css @@ -82,6 +82,26 @@ div.tags { text-align: center; } +.align-left { + float:left; +} + +.align-right { + float:right; +} + +.align-top { + vertical-align:top; +} + +.align-bottom { + vertical-align:bottom; +} + +.align-middle { + vertical-align:middle; +} + #backlinks { margin-top: 1em; } |