source: extensions/Front2Back/template/style.css @ 11217

Last change on this file since 11217 was 11217, checked in by mistic100, 13 years ago

clean code, add some options

File size: 438 bytes
Line 
1a.reverse {
2  display:inline-block;
3  border:1px solid #666 !important;
4  padding:3px 5px;
5  margin-bottom:10px;
6  font-size:15px;
7  font-style:italic; 
8}
9a.reverse img {
10  vertical-align:top;
11}
12.lang_help {
13  display:inline-block;
14  width:15px;
15  text-align:center;
16  font-style:italic;
17  font-family:"Georgia",serif;
18  background-color:#464646;
19  font-size:0.9em;
20  line-height:1.3em;
21  border-radius:10px;
22  -moz-border-radius:10px;
23}
Note: See TracBrowser for help on using the repository browser.