Skip to content

Commit bcf4eec

Browse files
committed
bidi fix in ar template
1 parent 584d5cb commit bcf4eec

5 files changed

Lines changed: 11 additions & 6 deletions

File tree

top/templates/ar_chart.dust

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
background-size: cover;
1616
background-position: 50%;
1717
}
18+
.rank {
19+
border-radius: 0 7px 7px 0;
20+
-moz-border-radius: 0 7px 7px 0;
21+
-webkit-border-radius: 0 7px 7px 0;
22+
}
23+
1824
{/articles}
1925
</style>
2026
<script>
@@ -37,7 +43,7 @@
3743
Total Traffic: {total_traffic_short}
3844
-->
3945
</head>
40-
<body>
46+
<body dir="auto">
4147
<div class="top-area">
4248
<div class="top container">
4349
<ul>

top/templates/ar_index.dust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
});
1313
</script>
1414
</head>
15-
<body>
15+
<body dir="auto">
1616
<div class="top-area">
1717
<div class="top container">
1818
<ul>

top/templates/ar_month_index.dust

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
Generated: {meta.generated}
1010
-->
1111
</head>
12-
13-
<body>
12+
<body dir="auto">
1413
<div class="top-area">
1514
<div class="top container">
1615
<ul>

top/templates/ar_project_index.dust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Generated: {meta.generated}
1010
-->
1111
</head>
12-
<body>
12+
<body dir="auto">
1313
<div class="top-area">
1414
<div class="top container">
1515
<ul>

top/templates/ar_year_index.dust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="{dir_depth}css/fonts.css" rel="stylesheet" type="text/css">
77
<link href="{dir_depth}css/chart.css" rel="stylesheet" type="text/css">
88
</head>
9-
<body>
9+
<body dir="auto">
1010
<div class="top-area">
1111
<div class="top container">
1212
<ul>

0 commit comments

Comments
 (0)