Browse Source
added rtl css, changed heading tag for metadata and modified responsive portions of layout isolated responsive img css to only override the templatepull/109/head
krisbulman
13 years ago
4 changed files with 160 additions and 26 deletions
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
Document : islandora_basic_collection.theme-rtl |
||||||
|
Created on : May 23, 2012, 11:23:56 AM |
||||||
|
Description: |
||||||
|
Purpose of the stylesheet follows. |
||||||
|
*/ |
||||||
|
|
||||||
|
@media all and (min-width: 768px) { |
||||||
|
|
||||||
|
body.no-sidebars .islandora-basic-image-content { |
||||||
|
float: right; /* LTR */ |
||||||
|
padding: 0 0 0 20px; |
||||||
|
} |
||||||
|
|
||||||
|
body.no-sidebars .islandora-basic-image-sidebar { |
||||||
|
float: left; /* LTR */ |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue