(Replaced content with " ") |
Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
+ | table.diff tr th, table.diff tr td{ | ||
+ | width : 50%; | ||
+ | padding : 8px 10px; | ||
+ | } | ||
+ | table.diff tr th{ | ||
+ | background : #455a64 ; | ||
+ | color : white; | ||
+ | } | ||
+ | |||
+ | table.diff tr:nth-child(even) td{ | ||
+ | background :#eeeeee ; | ||
+ | text-align : left; | ||
+ | } |
Revision as of 09:08, 7 April 2020
table.diff tr th, table.diff tr td{ width : 50%; padding : 8px 10px; } table.diff tr th{ background : #455a64 ; color : white; } table.diff tr:nth-child(even) td{ background :#eeeeee ; text-align : left; }