Project

General

Profile

Download (959 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * RTL companion for the pages.css file.
4
 */
5
/*
6
 * Header
7
 */
8
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages-rtl\.scss}line{font-family:\0000313}}
9
#logo {
10
  /* Wrapping link for logo */
11
  float: right;
12
}
13

    
14
/*
15
 * Content
16
 */
17
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages-rtl\.scss}line{font-family:\0000321}}
18
ul.inline li {
19
  /* List of links */
20
  display: inline-block;
21
  /* Bug in Safari causes display: inline to fail. */
22
  padding: 0 0 0 1em;
23
}
24

    
25
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/pages-rtl\.scss}line{font-family:\0000325}}
26
span.field-label {
27
  /* The inline field label used by the Fences.module */
28
  padding: 0 0 0 1em;
29
}
(15-15/21)