Author: ygrego Date: 2015-03-31 08:27:46 +0000 (Tue, 31 Mar 2015) New Revision: 994 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/994 Log: Deletion of a rule and addition of new style for "focus". Modified: oipf/css/test.css Modified: oipf/css/test.css =================================================================== --- oipf/css/test.css 2015-03-31 08:25:23 UTC (rev 993) +++ oipf/css/test.css 2015-03-31 08:27:46 UTC (rev 994) @@ -7,6 +7,9 @@ Created on : 26 févr. 2015, 10:03:51 Author : root */ +:focus { + border: 3px navy solid; +} table { font: 1em sans-serif; @@ -24,7 +27,6 @@ margin-bottom: .5em; } - /* shared basics rules */ table th, table td { @@ -38,7 +40,6 @@ padding-left: .5em; } - /* header of table*/ table > thead > tr:first-child > th { text-align: center; @@ -68,10 +69,6 @@ table tbody td:nth-child(5) { text-align: center; } - -table tbody th:after { - content: " :"; - } /* foot of table not used here*/ table tfoot {