File: styles.css

package info (click to toggle)
gjiten 3.2.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 4,280 kB
  • sloc: ansic: 35,152; sh: 2,734; xml: 1,122; perl: 458; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

/* Add some space between contents and border
   of a GtkFrame */
.frame_with_space border{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}


/*Hide pane separator*/
paned separator {
   background: none;
}

.minislider slider{
   min-width:0px;
   border-width: 1px;
}