web/html/docs/release-notes/f11/he-IL/Common_Content/css lang.css, NONE, 1.1 default.css, 1.1, 1.2

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Jun 11 03:01:30 UTC 2009


Author: rlandmann

Update of /cvs/fedora/web/html/docs/release-notes/f11/he-IL/Common_Content/css
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14032/he-IL/Common_Content/css

Modified Files:
	default.css 
Added Files:
	lang.css 
Log Message:
Fix problems in Hebrew and Serbian (Latin)


--- NEW FILE lang.css ---
/* RTL problems fixed by <alsadi at ojuba.org> report RTL bugs to core at ojuba.org */
pre, tt, code {
	direction: ltr;
}

body {
	direction: rtl;
}

body.toc_embeded {
	margin-right: 300px;
}


object.toc {
	right:0;
	border-left:1px solid #999;
}

body.desktop {
	margin-right: 26em;
}

body.desktop .book > .toc {
	right:0px;
	padding-right:1em;
}

div.longdesc-link {
	float:left;
	color:#999;
}

.titlepage h1.title {
	text-align:right;
}

.producttitle {
	background: #336699 url(../images/h1-bg.png) top right repeat;
}
.section h1.title {
	text-align: right;
}

.article ul {
	padding-right:2em;
}

.article li {
	padding-right:0em;
}

.books li {
	float:right;
}

.books .pdf {
	right:170px;
}

.products li {
	float:right;
}

.revhistory td {
	text-align:left;
}

.revhistory tr td:first-child {
	text-align:right;
}

.revhistory tr td p, .revhistory tr td div.para {
	text-align:right;
}

.copyleft {
	margin-top: 1em;
}

.answer .data, .question .data {
	padding-right: 2.6em;
}

.answer label, .question label {
	float:right;
	font-weight:bold;
}


ul {
	padding-right:1.6em;
}

dd {
	margin-right:2em;
}


div.note, div.important, div.warning {
	background-position: right 1em;
}

div.note pre, div.important pre, div.warning pre {
	margin-right: 4.5em;
}

div.note li, div.warning li, div.important li {
	padding-right:10px;
}

div.note ul, div.warning ul, div.important ul {
	padding-right:40px;
}

div.note h2, div.note p, div.note div.para, div.warning h2, div.warning p, div.warning div.para, div.important h2, .important p, .important div.para {
	padding-right:56px;
}

#title a.right{
	display:inline;
	border:none;
	padding-right:200px;
}

#title a.right img{
	border:none;
	float:right;
	margin:0em;
	margin-top:.7em;
}

#title a.left {
	padding-bottom:1em;
}

#title a.left img {
	border:none;
	float:left;
	margin:0em;
}

table th {
	text-align:right;
}

#breadcrumbs ul {
	margin-right:0;
	padding-right:0;
}

#breadcrumbs ul li {
	margin-right:0;
	padding-right:2px;
}

.alpha1 {
	background: white url(../images/watermark-alpha1.png) top right repeat;
}

.alpha2 {
	background: white url(../images/watermark-alpha2.png) top right repeat;
}

.beta1 {
	background: white url(../images/watermark-beta1.png) top right repeat;
}

.beta2 {
	background: white url(../images/watermark-beta2.png) top right repeat;
}

.pre-release-candidate {
	background: white url(../images/watermark-pre-release-candidate.png) top right repeat;
}

.release-candidate {
	background: white url(../images/watermark-release-candidate.png) top right repeat;
}

sup {
	padding-right:0em;
}

.footnote sup  {
	right: .4em;
}

.footnote p,.footnote div.para {
	padding-right:5em;
}

dt .inlinemediaobject, dt object {
	float: right;
}


.docnav li.previous {
	right: 0px;
	left: 50em;
	text-align: right;
}

.docnav li.next {
	left: 0em;
	right: 50em;
	text-align: left;
}

.docnav li.next a strong {
	background:  url(../images/stock-go-back.png) top left no-repeat;
	padding-left:28px;
}

.docnav li.previous a strong {
	background: url(../images/stock-go-forward.png) top right no-repeat;
	padding-right:28px;
	padding-left:0.5em;
}

.docnav li.home a strong {
	background: url(../images/stock-home.png) top right no-repeat;
	padding-right:28px;
}

.docnav li.up a strong {
	background: url(../images/stock-go-up.png) top right no-repeat;
	padding-right:28px;
}

.toc dd {
	padding-right: 1.3em;
	margin-right: 0em;
}

div.toc > dl > dt {
	padding-bottom: 0em;
	margin-bottom: 0em;
	margin-top: 1em;
}



Index: default.css
===================================================================
RCS file: /cvs/fedora/web/html/docs/release-notes/f11/he-IL/Common_Content/css/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default.css	28 May 2009 15:55:01 -0000	1.1
+++ default.css	11 Jun 2009 03:01:00 -0000	1.2
@@ -1,4 +1,4 @@
 @import url("common.css");
 @import url("overrides.css");
-
+ at import url("lang.css");
 




More information about the Fedora-docs-commits mailing list