From bca90452150c6a128f88765d04481a0235059af3 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Mon, 25 Jul 2016 07:02:14 -0400 Subject: need pull" --- assets/css/style.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index 5995a6e..d9bf06b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -472,4 +472,25 @@ section.exam-info em { /***** Text Area for Send Message ****/ textarea { resize:vertical; -} \ No newline at end of file +} + + +.table { + display:table; +} + +.table-row { + display:table-row; +} +.table-row { + border-bottom: 3px solid red; +} + +.table-cell { + display:table-cell; + padding: 2%; +} + +hr { + width: 100%; +} -- cgit v1.2.3