mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 12:22:31 +00:00
19 lines
245 B
CSS
19 lines
245 B
CSS
|
|
p {
|
|
margin: 4px 0 4px 0;
|
|
}
|
|
|
|
.screenshot {
|
|
margin: 4px 0 4px 0;
|
|
width: 800px;
|
|
height: 480px;
|
|
}
|
|
|
|
.snippet {
|
|
font-family: "Courier New", Courier;
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
padding: 4px 16px 4px 16px;
|
|
border: 1px #888 dashed;
|
|
}
|