Project

General

Profile

Download (387 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * RTL companion for the pages.css file.
4
 */
5

    
6

    
7
/*
8
 * Header
9
 */
10

    
11
#logo { /* Wrapping link for logo */
12
  float: right;
13
}
14

    
15
/*
16
 * Content
17
 */
18

    
19
ul.inline li { /* List of links */
20
  display: inline-block; /* Bug in Safari causes display: inline to fail. */
21
  padding: 0 0 0 1em;
22
}
23
span.field-label { /* The inline field label used by the Fences.module */
24
  padding: 0 0 0 1em;
25
}
(13-13/19)