4
0
Эх сурвалжийг харах

Update new.css

added rounded boxed
Sebastien Lemery 10 жил өмнө
parent
commit
efd92d6800
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      layout/new.css

+ 3 - 0
layout/new.css

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