sdf

Css code posted
created at 04 May 01:19, updated at 04 May 13:28

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.popover .date-separator {
    background: #BBB;
    color: white;
    font-weight: bold;
    overflow: hidden;
    padding: 0.4em 0.6em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
/*    
    background: #7b8d9a;
    background: -webkit-gradient(linear, left top, left bottom, from(#7b8d9a), to(#a8b3bc));
    border-top: 1px solid #92a1ac;
    border-bottom: 1px solid #858c93;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    padding: 2px 6px;
    text-shadow: 0px 1px 1px #333333;
*/}
559 Bytes in 2 ms with coderay