annotate pidgin/themes/Contents/Resources/Variants/No-Timestamps.css @ 32807:fb8263d936e5

Add a conversation theme with no timestamps.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 28 May 2012 22:34:59 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32807
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 @import ../main.css;
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
2
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
3 .x-container .x-time,
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
4 .x-status_container .x-time
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
5 {
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
6 display: none;
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
7 }
fb8263d936e5 Add a conversation theme with no timestamps.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
8