From b0ac5d3bdd329189083c5d47842cd3185bfea70b Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sat, 11 Dec 2010 05:21:21 +0000 Subject: [PATCH] Classic smoothness. --- installer/resources/themes/console/classic/console.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 958c1c6dae..bc0f75071d 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -164,6 +164,9 @@ div.routersummary { border-right: 1px solid #89f; word-wrap: break-word; font: 9pt/125% !important; + -moz-border-radius: 3px 0 0 3px; + -khtml-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; } div.routersummary input[type=text] { @@ -301,6 +304,9 @@ div.main { text-align: left; color: #001; min-width: 500px; + -moz-border-radius: 0 0 3px 0; + -khtml-border-radius: 0 0 3px 0; + border-radius: 0 0 3px 0; } div.main ul { @@ -518,6 +524,9 @@ h1 { letter-spacing: 0.3em; background: #fff; min-width: 500px; + -moz-border-radius: 0 3px 0 0; + -khtml-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; } h2 { -- GitLab