From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Bilotta Subject: [PATCH 6/7] gitweb: group styling Date: Thu, 16 Sep 2010 11:31:04 +0200 Message-ID: <1284629465-14798-7-git-send-email-giuseppe.bilotta@gmail.com> References: <1284629465-14798-1-git-send-email-giuseppe.bilotta@gmail.com> Cc: Junio C Hamano , Jakub Narebski , Giuseppe Bilotta To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Sep 16 11:32:19 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OwApF-0007gF-1F for gcvg-git-2@lo.gmane.org; Thu, 16 Sep 2010 11:32:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753360Ab0IPJbz (ORCPT ); Thu, 16 Sep 2010 05:31:55 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:34856 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753119Ab0IPJby (ORCPT ); Thu, 16 Sep 2010 05:31:54 -0400 Received: by mail-ww0-f44.google.com with SMTP id 15so130944wwe.1 for ; Thu, 16 Sep 2010 02:31:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=Gyqrm4gXgJOLH2Cjet43J/wUjRjJxFCQ9qYfNlT0wSI=; b=DwVAS7DgAudCnDP2An1Us4DhpvFoNqTK4c6q4rZi5lzLNPQ9qRuedwB5SNwng+2Mho GPsS769asGvOtRUdxAXWlY3t1KjQ1A9SR7yjdHUkoRii99JpBweQDpBrgGy2cxJR8H2b lapIC9T5y9sRmp0OJSIJJuEmNesfd4vR6pLL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=KDdH7I1dLEFQ6qP90KN5Q7tQyJF2LecL0uasSxsxfyvt6NP0GRful7FTl/TBExv0Bh 2Hb0h/4O4fJM2Ufmkx2GHtYkbLPBpyC/KFiFFj6OvKIEpwF581WsTqcmf7end9MdTcWP SWt/ZHnUzYmPnQKYl0/bz8kj+rdz0VHGGh+Ug= Received: by 10.227.128.201 with SMTP id l9mr2580451wbs.22.1284629513756; Thu, 16 Sep 2010 02:31:53 -0700 (PDT) Received: from localhost ([151.60.177.109]) by mx.google.com with ESMTPS id p52sm1665139weq.44.2010.09.16.02.31.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Sep 2010 02:31:52 -0700 (PDT) X-Mailer: git-send-email 1.7.3.rc1.230.g8b572 In-Reply-To: <1284629465-14798-1-git-send-email-giuseppe.bilotta@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Giuseppe Bilotta --- gitweb/static/gitweb.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 4132aab..4594155 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -573,6 +573,12 @@ div.binary { font-style: italic; } +div.group { + margin: .5em; + border: 1px solid #d9d8d1; + display: inline-block; +} + /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */ /* Highlighting theme definition: */ -- 1.7.3.rc1.230.g8b572