-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (29 loc) · 888 Bytes
/
style.css
File metadata and controls
36 lines (29 loc) · 888 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
table tr th {background:#5C037D; color:#fff; padding:0; border:#111 solid 1px; text-align: center; font-weight: bold;}
table tr td {border:1px #ccc solid; padding:5px;}
table tr td.rightright {background: #eee;}
table tr td h4 {margin:0; padding:0; font-weight:normal;}
#from here => http://net.tutsplus.com/tutorials/other/building-a-forum-from-scratch-with-ruby-on-rails/
table {
margin-bottom: 2em;
width: 100%;
}
th {
border-bottom: 2px solid #ccc;
font-weight: bold;
text-align: left;
}
td { border-bottom: 1px solid #ddd; }
caption, th, td {
padding: 4px 10px 4px 0;
}
caption {
background: #f1f1f1;
padding: 10px 0;
margin-bottom: 1em;
}
tr,td,th {
vertical-align: middle;
}
/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }
#from http://github.com/thoughtbot/flutie/blob/master/public/stylesheets/tables.css