Last change
on this file since 160 was
37,
checked in by duh, 13 years ago
|
- installed and implemented nimble plugin
- setup basic nimble integration
- updated menu with administrative functions (log in as admin)
- two users (admin and user) --> see NimbleBootstrap?.groovy
- some nimble templates still need to be fixed, however most functionality should work properly
|
File size:
551 bytes
|
Line | |
---|
1 | =rounded(!radius = 5px) |
---|
2 | -moz-border-radius = !radius |
---|
3 | -webkit-border-radius = !radius |
---|
4 | |
---|
5 | =rounded-tl(!radius = 5px) |
---|
6 | -moz-border-radius-topleft = !radius |
---|
7 | -webkit-border-top-left-radius = !radius |
---|
8 | |
---|
9 | =rounded-tr(!radius = 5px) |
---|
10 | -moz-border-radius-topright = !radius |
---|
11 | -webkit-border-top-right-radius = !radius |
---|
12 | |
---|
13 | =rounded-bl(!radius = 5px) |
---|
14 | -moz-border-radius-bottomleft = !radius |
---|
15 | -webkit-border-bottom-left-radius = !radius |
---|
16 | |
---|
17 | =rounded-br(!radius = 5px) |
---|
18 | -moz-border-radius-bottomright = !radius |
---|
19 | -webkit-border-bottom-right-radius = !radius |
---|
Note: See
TracBrowser
for help on using the repository browser.