瀏覽代碼

remove top margin in rich text area

Damien ACCORSI 10 年之前
父節點
當前提交
d04d721585
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      tracim/tracim/public/assets/css/rich-text-area.css

+ 17 - 0
tracim/tracim/public/assets/css/rich-text-area.css 查看文件

@@ -0,0 +1,17 @@
1
+table.user_content, table.user_content td  {
2
+    border: 1px solid #CCC;
3
+    padding: 0.5em;
4
+    border-collapse: collapse;
5
+}
6
+
7
+table.first_row_headers tr:first-child td {
8
+    font-weight: bold;
9
+    background-color: #EEE;
10
+    align: center;
11
+}
12
+
13
+table.first_column_headers tr td:first-child {
14
+    font-weight: bold;
15
+    background-color: #EEE;
16
+    align: center;
17
+}