diff options
author | Mart Hagenaars <marthagenaars@gmail.com> | 2016-03-17 10:17:39 +0100 |
---|---|---|
committer | Mart Hagenaars <marthagenaars@gmail.com> | 2016-03-17 10:44:42 +0100 |
commit | 894bfe1c083fbe257eef78cbab6860032026d122 (patch) | |
tree | fb2347006736c1c56688ef778b5c6361eaf8654c /website/index.css | |
parent | 26ad9e7f5f4de77436d3d63e4a43e8cb77621c15 (diff) | |
download | lombok-894bfe1c083fbe257eef78cbab6860032026d122.tar.gz lombok-894bfe1c083fbe257eef78cbab6860032026d122.tar.bz2 lombok-894bfe1c083fbe257eef78cbab6860032026d122.zip |
Update instructions for using lombok with ecj and Maven
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/website/index.css b/website/index.css index b89e65cb..eeb330ce 100644 --- a/website/index.css +++ b/website/index.css @@ -40,6 +40,16 @@ h1 { height: 170px; } +.separator { + background-image: url(buttonbar.jpg); + width: 800px; + height: 8px; + line-height: 8px; + font-size: 14px; + text-align: center; + clear: both; +} + .endBar { -webkit-border-bottom-right-radius: 15px 15px; -webkit-border-bottom-left-radius: 15px 15px; @@ -133,6 +143,10 @@ code { margin-left: 32px; } +.note { + color: grey; +} + .footer { margin-top: 8px; display: block; |