File: home.css

package info (click to toggle)
tyxml 4.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: ml: 9,712; makefile: 91; javascript: 3
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
#links_bar li {
    margin:1em;
    padding:0.4em;
    font-size:large;
    display:inline;
    cursor:pointer;
    border:none;
    border-radius:0px;
    transition:.2s linear;
    text-align:center;
}