فهرست منبع

Update new.css

added rounded boxed
Sebastien Lemery 10 سال پیش
والد
کامیت
efd92d6800
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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;
 }