monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 349f095664ae02ff9173d90826


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 349f095664ae02ff9173d908269af3d13cc4fc1c
Date: Tue, 9 Nov 2010 23:08:38 GMT

revision:            349f095664ae02ff9173d908269af3d13cc4fc1c
date:                2010-11-09T23:08:25
author:              address@hidden
branch:              net.venge.monotone
changelog:
minor style tweaks for the multi-page version

manifest:
format_version "1"

new_manifest [129b46d642e540f02c5f11981afe1ca4b4b5c4fe]

old_revision [dfcc35d17e1fa60294eed902ab51097c94a18b8b]

patch "texinfo.css"
 from [f67647d003a8653b01359fcb1e1f23ddda7ab09e]
   to [c0f31df3496b0a589f38538182680de128eb9a8c]
============================================================
--- texinfo.css	f67647d003a8653b01359fcb1e1f23ddda7ab09e
+++ texinfo.css	c0f31df3496b0a589f38538182680de128eb9a8c
@@ -38,25 +38,30 @@ div.node p {
 div.node p {
     float: right;
     margin: 0;
-    margin-right: 40px;
+    margin-right: 20px;
+    padding-right: 20px;
+    padding-top: 1px;
     font-weight: bold;
     color: transparent;
     font-size: 0px;
     line-height: auto;
+    background: white;
+    -moz-border-radius: 8px 0px 0px 8px;
+    -webkit-border-radius: 8px 0px 0px 8px;
+    border-radius: 8px 0px 0px 8px;
 }
 
 div.node p a {
-    color: white;
+    color: #474747;
     margin-left: 20px;
     font-weight: normal;
     text-decoration: none;
-    border-bottom: 1px white dotted;
     padding-left: 21px;
-    font-size: 19px;
-    line-height: 27px;
+    font-size: 15px;
+    line-height: 26px;
     background-repeat: no-repeat;
     background-position: left center;
-    vertical-align: top;
+    vertical-align: bottom;
 }
 
 div.node p a[name],
@@ -76,6 +81,10 @@ div.node p a[rel=up] {
     background-image: url(images/go-up.png);
 }
 
+div.node p a:first-child {
+    margin-left: 10px;
+}
+
 div.node + *,
 h1.settitle + h2,
 h1.settitle + * + h2 {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]