diff --git a/skin/styles/example.css b/skin/styles/example.css index 3cecba23c..b04ff125e 100644 --- a/skin/styles/example.css +++ b/skin/styles/example.css @@ -27,6 +27,11 @@ form { font-family: Trebuchet MS; } +hr +{ + color:#449ada; + height:1px; +} #menue { width:25%; diff --git a/skin/styles/stp.css b/skin/styles/stp.css index 54be8f479..5e873929d 100644 --- a/skin/styles/stp.css +++ b/skin/styles/stp.css @@ -25,6 +25,11 @@ form { font-family: Verdana; } +hr +{ + color:#ffdda4; + height:1px; +} #menue { top:150px; diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 066167cc8..80ae71d43 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -26,6 +26,11 @@ form { font-family: Arial, Helvetica, sans-serif; } +hr +{ + color:#CCCCCC; + height:1px; +} #menue { top:80px; diff --git a/skin/styles/tw_green.css b/skin/styles/tw_green.css index 0ae3e8467..e1b943dc1 100644 --- a/skin/styles/tw_green.css +++ b/skin/styles/tw_green.css @@ -25,6 +25,11 @@ form { font-family: Trebuchet MS; } +hr +{ + color:#43ab28; + height:1px; +} #menue { top:165px;