1 Apr
2015
1 Apr
'15
3:39 p.m.
Author: ygrego Date: 2015-04-01 15:39:21 +0000 (Wed, 01 Apr 2015) New Revision: 1030 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1030 Log: Change function argument "nth-child". Modified: oipf/css/test.css Modified: oipf/css/test.css =================================================================== --- oipf/css/test.css 2015-04-01 15:36:49 UTC (rev 1029) +++ oipf/css/test.css 2015-04-01 15:39:21 UTC (rev 1030) @@ -66,7 +66,7 @@ background-color: gainsboro; } -table tbody td:nth-child(5) { +table tbody td:nth-child(1) { text-align: center; }