diff options
Diffstat (limited to 'themes/fab')
| -rwxr-xr-x[-rw-r--r--] | themes/fab/css-2.0.0/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/fab/css-2.0.0/style.css b/themes/fab/css-2.0.0/style.css index ab215e0523..b47f316b99 100644..100755 --- a/themes/fab/css-2.0.0/style.css +++ b/themes/fab/css-2.0.0/style.css @@ -29,6 +29,11 @@ padding-left: 5px; padding-right: 5px; } + +table { + border-collapse: separate; +} + /* * Any element that is loaded dynamically has the class wt-ajax-load. * We can provide a "loading" placeholder for empty elements with this class. @@ -133,7 +138,6 @@ overflow: auto; } - .wt-accessibility-links { } @@ -700,6 +704,8 @@ div.fact_SHARED_NOTE { width: 99%; } + + .name1, .name2 { color: #555; } |
