Project

General

Profile

« Previous | Next » 

Revision ca55d066

Added by Andreas Kohlbecker over 11 years ago

configuring theme and first sass editing

View differences:

7.x/themes/zen_dataportal/css/pages-rtl.css
2 2
 * @file
3 3
 * RTL companion for the pages.css file.
4 4
 */
5

  
6

  
7 5
/*
8 6
 * Header
9 7
 */
10

  
11
#logo { /* Wrapping link for logo */
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 */
12 11
  float: right;
13 12
}
14 13

  
15 14
/*
16 15
 * Content
17 16
 */
18

  
19
ul.inline li { /* List of links */
20
  display: inline-block; /* Bug in Safari causes display: inline to fail. */
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. */
21 22
  padding: 0 0 0 1em;
22 23
}
23
span.field-label { /* The inline field label used by the Fences.module */
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 */
24 28
  padding: 0 0 0 1em;
25 29
}

Also available in: Unified diff