From 349187e27fcd657e0b10d6bf922ab9bb78952340 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Mon, 17 Aug 2009 15:54:26 -0500 Subject: [PATCH] =?UTF-8?q?Beautify=20frame=C2=A0around=20permalinked=20me?= =?UTF-8?q?thod.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/assets/stylesheets/api.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/html/assets/stylesheets/api.css b/templates/html/assets/stylesheets/api.css index d7ac977..0366839 100644 --- a/templates/html/assets/stylesheets/api.css +++ b/templates/html/assets/stylesheets/api.css @@ -351,6 +351,9 @@ ul.section-list { .highlighter { border: 3px solid #69f; z-index: -1; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; } /* MENU */