Apologies for the possibly "dumb" question, but how would I add and
apply the stylesheet object ?
Cheers
On Sat, Feb 28, 2015 at 5:30 PM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
  Hello,
 If you want table like "old" Colibri skin (with cell borders) you must add a
StyleSheetExtension object with this and applied it on current wiki:
 /* Modif CSS de flamingo - ver 1.1 - 23/05/2014 */
 th {
     background-color: #F3F3F3;
     font-weight: 700;
 }
 .main th, .main td, .wiki-table th, .wiki-table td {
     border: 1px solid #E8E8E8;
     padding: 3px 4px;
 }
 /* écrasement de "table{width:100%" de style.css  */
 table {
   width: auto;
 }
 Pascal B
 --------------------------------------------
 En date de : Ven 27.2.15, shouldbe q931 <shouldbeq931(a)gmail.com> a écrit :
  Objet: [xwiki-users] cell borders in tables
  À: "XWiki Users" <users(a)xwiki.org>
  Date: Vendredi 27 février 2015, 15h21
  Seem to have vanished, is there as
  way to bring them back ?
  I'm loving the copy and paste from Excel to create a table,
  but I
  would love to see the cell borders, it makes it much easier
  when
  navigating a larger table.
  Cheers
  _______________________________________________
  users mailing list
  users(a)xwiki.org
  
http://lists.xwiki.org/mailman/listinfo/users
 _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users