forked from AuroraMiddleware/gtk
f22c986102
Borders now expect 'px'.
7 lines
112 B
CSS
7 lines
112 B
CSS
a {
|
|
border-bottom-width: 3em;
|
|
border-left-width: 2pt;
|
|
border-right-width: 2pt;
|
|
border-top-width: 1pc;
|
|
}
|