forked from angelorocha/xbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtl.css
More file actions
36 lines (32 loc) · 614 Bytes
/
rtl.css
File metadata and controls
36 lines (32 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* CSS Document */
/*
Bootstrap 3 Template
Author: Angelo Rocha
Author URL: www.angelorocha.com.br
Licence: GPL v3
Paste this CSS in style.css or call in theme.html.
*/
.newbb-header,
.contact-module,
.newbb-message-area,
.xoops-side-blocks,
.xoops-blocks,
.breadcrumbs,
.register-steps,
.home-news-loop,
.article_wf_summary,
.article_wf_title,
.pub_article_t_top,
.message-read,
article,
input[type="text"],
input[type="password"],
textarea {
text-align: right;
}
.global-nav ul.nav {
float: right;
}
.global-nav form.navbar-form {
display: none;
}