Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/data/style/gajim.css')
-rw-r--r--gajim/data/style/gajim.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css
index afe2f8cfc..8d5a50e3f 100644
--- a/gajim/data/style/gajim.css
+++ b/gajim/data/style/gajim.css
@@ -59,6 +59,10 @@ infobar.error > revealer > box {
/* Text style */
.bold { font-weight: bold; }
.monospace { font-family: monospace; }
+.bold14 {
+ font-size: 1.125rem;
+ font-weight: bold;
+}
.bold16 {
font-size: 1.33rem;
font-weight: bold;
@@ -219,11 +223,6 @@ infobar.error > revealer > box {
font-weight: bold;
}
-.idle-time {
- font-size: 80%;
- font-weight: lighter;
-}
-
.group {
color: rgb(242, 242, 242);
padding-left: 6px;