Make 3rd party label a bit smaller.

This commit is contained in:
Thomas Tanghus 2012-08-05 02:54:18 +02:00
parent a138b4d04e
commit 07fd517fda
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ h3 { font-size: 1.4em; font-weight: bold; }
ul.applist li { height: 2.2em; padding: 0.2em 0.2em 0.2em 0.8em !important; }
li { color:#888; }
li.active { color:#000; }
small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 2px; border-radius: 4px;}
small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;}
small.externalapp.list { float: right; }
span.version { margin-left:3em; margin-right:3em; color:#555; }