]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix size and unbold empty content message
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 5 Jun 2014 09:29:56 +0000 (11:29 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 5 Jun 2014 09:29:56 +0000 (11:29 +0200)
core/css/styles.css

index 6eb09e6e9423889bb0335e6e8ed5e2d1296abbc2..9b8a9cc660cfdbc4257f4e45996def5d091d3557 100644 (file)
@@ -283,8 +283,7 @@ input[type="submit"].enabled {
 }
 
 #emptycontent {
-       font-size: 1.5em;
-       font-weight: bold;
+       font-size: 16px;
        color: #888;
        position: absolute;
        text-align: center;