tag-form.css in Extensible BBCode 4.0.x
Same filename and directory in other branches
pre.template { counter-reset: line; box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45); line-height: 0; padding: 0.5em; } pre.template span { display: block; line-height: 1.5em; } pre.template span:before { counter-increment: line; content: counter(line); display: inline-block; border-right: 1px solid #ddd; padding: 0 0.5em; margin-right: 0.5em; } pre.template .line-error { font-weight: bold; color: red; } /*# sourceMappingURL=tag-form.css.map */
File
assets/tag-form.cssView source
- pre.template {
- counter-reset: line;
- box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.45);
- line-height: 0;
- padding: 0.5em;
- }
- pre.template span {
- display: block;
- line-height: 1.5em;
- }
- pre.template span:before {
- counter-increment: line;
- content: counter(line);
- display: inline-block;
- border-right: 1px solid #ddd;
- padding: 0 0.5em;
- margin-right: 0.5em;
- }
- pre.template .line-error {
- font-weight: bold;
- color: red;
- }
-
- /*# sourceMappingURL=tag-form.css.map */