Skip to content

Commit ae83623

Browse files
author
Charles Jolley
committed
Css tweak
1 parent ee57e47 commit ae83623

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

Buildfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ config :core_test,
1111
:use_loader => true,
1212
:factory_format => :function,
1313
:module_lib => ['lib'], # make compatible w/ packages.json
14-
:combine_javascript => true
14+
:combine_javascript => true,
15+
:combine_stylesheets => true

resources/runner.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
/* @override
2-
http://localhost:4020/static/core_test/en/a81828ebe2182e13c732c86f19ade2556d7e74a0/stylesheet.css
3-
http://localhost:4020/static/core_test/en/f49793af16271b795e7816b081d9c674a3505ad1/stylesheet.css
4-
http://localhost:4020/static/core_test/en/1541d83903b5e2ea1e1e38122a6a5c10e524bfbe/stylesheet.css
5-
http://localhost:4020/static/core_test/en/42c5f78cc17e58582ccf7c1eb5847301dd5869c4/stylesheet.css
6-
http://localhost:4020/static/core_test/en/47c7d0f218ea6610514574b7ab0beaec26a5a73e/stylesheet.css
7-
http://localhost:4020/static/core_test/en/947a7951c376d74b30b8cb906395b23d1ce12cdb/stylesheet.css
8-
http://localhost:4020/static/core_test/en/4851bdb3f3ce75e7db668238dbd0b48700ac8a39/stylesheet.css
9-
http://localhost:4020/static/core_test/en/f7f176af73d4f0e51e481f30783e0f38cbd7da04/stylesheet.css
10-
http://localhost:4020/static/core_test/en/ce81975451d68bed62f423d5d8a5df4328f278b6/stylesheet.css
11-
*/
121

132
.core-test {
143
font: 13px/16px "Helvetica", Verdana, Arial, sans-serif;
@@ -54,8 +43,6 @@
5443
.core-test ul.detail li.plan {
5544
margin: 4px 0px;
5645
margin-left: -20px;
57-
padding-bottom: 4px;
58-
border-bottom: 1px #ccc solid;
5946
}
6047

6148
/* plan name is usually useless so just hide it and leave a small space */

0 commit comments

Comments
 (0)