RVM 1.1.6
Ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux]
Rails 2.3.14
Ubuntu 10.04.3 LTS
Radiant commit 6cec8e9feae93f8a4bb6f7c04bed91c282290a55
Make sure the banner is inside of a div
or other block level element that has its position set to relative (position: relative;
). Adjust the position of the banner by modifying top
and left
.
By default, the width and height of the banner are set to 100% of whatever relatively positioned div it is placed in.
These are two potential fixes for Issue 322 on Radiant CMS. Please discuss on the issue page.
% !TEX TS-program = xelatex | |
% !TEX encoding = UTF-8 | |
\documentclass[11pt]{article} | |
% Use [PoetryTeX](http://samwhited.github.com/poetrytex/). | |
\usepackage{poetrytex} | |
% Use the PA5 paper size | |
\usepackage[paperwidth=140mm,paperheight=210mm]{geometry} |
% !TEX TS-program = xelatex | |
% !TEX encoding = UTF-8 | |
\documentclass[a4paper,11pt]{article} | |
% Use [PoetryTeX](http://samwhited.github.com/poetrytex/). | |
\usepackage{fontspec,poetrytex} | |
% Use a different font for IPA. | |
\newfontfamily\ipa{Charis SIL} |
% !TEX TS-program = xelatex | |
% !TEX encoding = UTF-8 | |
\documentclass[11pt]{article} | |
% Use [PoetryTeX](http://samwhited.github.com/poetrytex/). | |
\usepackage{poetrytex} | |
% Use the PA5 paper size | |
\usepackage[paperwidth=140mm,paperheight=210mm]{geometry} |
% !TEX TS-program = xelatex | |
% !TEX encoding = UTF-8 | |
\documentclass[11pt]{article} | |
% Use [PoetryTeX](http://samwhited.github.com/poetrytex/). | |
\usepackage{poetrytex} | |
% Use the PA5 paper size | |
\usepackage[paperwidth=140mm,paperheight=210mm]{geometry} |
$accent: #9BBB59; | |
$accent-darker: #577715; | |
$background: #FFFFFF; | |
$header-color: #222222; | |
$body-fonts: Verdana, Tahoma, Geneva, sans-serif; | |
$header-fonts: Georgia, "Times New Roman", serif; | |
$title-fonts: museo-1, museo-2, $header-fonts; | |
$monospace-fonts: Consolas, "Bitstream Vera Sans Mono", "Lucida Console", "Courier New", monospace; | |
$shadow-basic: 0px 1px 0px white; | |
$page-color: #321E1E; |
.parent { | |
overflow: hidden; | |
} | |
.popdown { | |
position: absolute; | |
top: -60px; | |
right: 2em; | |
-webkit-transition: all 0.3s ease-out; | |
-moz-transition: all 0.3s ease-out; |
(i for i in s for s in l) |