From 6aa32a527a4033a28e40686663d19e3aaed8d47a Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Mon, 5 May 2014 15:50:04 +0530 Subject: added example name to the eligibility test --- css/tbc_external_review.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css') diff --git a/css/tbc_external_review.css b/css/tbc_external_review.css index b887817..4bb9584 100755 --- a/css/tbc_external_review.css +++ b/css/tbc_external_review.css @@ -106,3 +106,13 @@ float: right; margin-top: -20px; } +#example-name { + margin-bottom: 10px; + padding: 5px; + background: #f5f5f5; + display: inline-block; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; +} -- cgit