diff options
author | Roel Spilker <r.spilker@gmail.com> | 2016-05-11 22:17:33 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2016-05-11 22:17:33 +0200 |
commit | 37451226f16e20dbea9fac62a24fb843a63ede7a (patch) | |
tree | 887fb65ee03e158707334cd8ea552ad94fc289ee /website/index.css | |
parent | cea3a87312eb5347c9df097876cafb68841dd42e (diff) | |
parent | 894bfe1c083fbe257eef78cbab6860032026d122 (diff) | |
download | lombok-37451226f16e20dbea9fac62a24fb843a63ede7a.tar.gz lombok-37451226f16e20dbea9fac62a24fb843a63ede7a.tar.bz2 lombok-37451226f16e20dbea9fac62a24fb843a63ede7a.zip |
Merge pull request #1053 from marthagenaars/master
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; |