This website works better with JavaScript.
Home
Help
Sign In
christian
/
SaS
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add margin between table rows
master
erichhasl
8 years ago
parent
74e6989186
commit
f4d38f4b6c
2 changed files
with
4 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
web_dev/sas_web/news/static/news/css/partei.css
+1
-1
web_dev/sas_web/news/templates/news/partei.html
+ 3
- 5
web_dev/sas_web/news/static/news/css/partei.css
View File
@@ -8,10 +8,8 @@
width: 100%;
}
.trpartei {
line-height: 25px;
}
.tablepartei {
#tablepartei {
border-collapse: separate;
width: 100%;
border-spacing: 0 1em;
}
+ 1
- 1
web_dev/sas_web/news/templates/news/partei.html
View File
@@ -14,7 +14,7 @@
</tr>
<tr>
<td>
<table
class
="tablepartei">
<table
id
="tablepartei">
<tr>
<th style="width:20%"/>
<th style="width:80%"/>
Write
Preview
Loading…
Cancel
Save