diff options
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/arch.css | 3 | ||||
-rw-r--r-- | web/html/css/containers.css | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 42a66276..ffe713e9 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -431,9 +431,6 @@ textarea.vLargeTextField { .frontpgboxbody > table { width: 100%; } -.boxSoftTitle { - text-align: right; -} .pgboxtitle { border: 2px solid #ddd; border-top: 1px solid #fff; diff --git a/web/html/css/containers.css b/web/html/css/containers.css index c0fb8773..c7a99731 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -95,7 +95,7 @@ td.div { background-color: #eee; width: 3px; } -td.boxSoftTitle { +.boxSoftTitle { border-bottom: 1px solid #fff; border-top: 1px solid #fff; background-color: #f1f2f4; |