source: extensions/linked_pages/template/style.css @ 17882

Last change on this file since 17882 was 17882, checked in by mistic100, 12 years ago

first version

File size: 366 bytes
Line 
1#linked_pages {
2  list-style:none;
3  padding:0;
4  margin:20px 20px 10px 20px;
5}
6  #linked_pages li {
7    display:inline-block;
8    padding:0;
9  }
10  #linked_pages li a {
11    padding:4px 8px;
12    border-width:1px;
13    border-style:dotted;
14    border-radius:2px;
15    background-color:rgba(0, 180, 255, 0.05);
16  }
17  #linked_pages li a:hover {
18    border-style:solid;
19  }
Note: See TracBrowser for help on using the repository browser.