Editing Template:RBE10K TableRows/css
Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | + | .cols{display:table;width:100%;table-layout:fixed;} | |
− | + | .row1f, .row1m, .row1l, .rownf, .rownm, .rownl { | |
− | + | ||
− | + | ||
display:table-cell; padding:3px 2px; | display:table-cell; padding:3px 2px; | ||
border:solid black; border-width:0px 0px 1px 1px; | border:solid black; border-width:0px 0px 1px 1px; | ||
overflow:hidden;} | overflow:hidden;} | ||
− | + | .row1f{background: #bbbbff; border-width:1px 0px 1px 1px; } | |
− | + | .row1m{border-width:1px 0px 1px 1px; } | |
− | + | .row1l{border-width:1px; } | |
− | + | .rownf{background: #bbbbff; } | |
− | + | .rownm{} | |
− | + | .rownl{border-width:0px 1px 1px 1px; } |