Explorar o código

Update new.css

added rounded boxed
Sebastien Lemery %!s(int64=10) %!d(string=hai) anos
pai
achega
efd92d6800
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      layout/new.css

+ 3 - 0
layout/new.css

@@ -40,6 +40,7 @@ body {
 }
 
 td {
+    border-radius: 5px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 13px;
     text-align: left;
@@ -65,6 +66,7 @@ td {
 
 /* Les titres des rubriques */
 .headtext {
+    border-radius: 8px;
     color: #000000;
     font-weight: bold;
     font-size: 14px;
@@ -74,6 +76,7 @@ td {
 
 /* Bords des titres */
 .headlinebg {
+    border-radius: 8px;
     background-color: #000000;
 }