src/tools: Set right margin to 0 in style sheet used for html docs created from pod

This commit is contained in:
Ralph Lange
2014-08-28 15:42:46 -07:00
parent eb91f6701c
commit 1bb4293967
+1 -1
View File
@@ -302,7 +302,7 @@ table.dlsip {
border: 0.4ex solid #dddddd;
}
.pod, .manifest { margin-right: 20ex; }
.pod, .manifest { margin-right: 0; }
.pod PRE {
background: #eeeeee;