Documentation Source Text

Check-in [1915ef738c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix the rounded edges on the menu bar.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1915ef738c211b90e6b97b97f16e372e591ec065
User & Date: drh 2007-11-13 12:57:04.000
Context
2007-11-13
15:08
Fix the lang.html document. (check-in: a7f37fc58d user: drh tags: trunk)
12:57
Fix the rounded edges on the menu bar. (check-in: 1915ef738c user: drh tags: trunk)
12:50
Fix the "clean" target of the makefile. Change the subfile naming in capi3ref.in to avoid name collisions between SQLITE_BLOB and sqlite3_blob. (check-in: 6d275a3ac3 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to wrap.tcl.
91
92
93
94
95
96
97
98

99

100

101

102
103
104
105
106
107
108
    .content dt { font-weight:bold; }
    .content dd { margin-bottom: 25px; margin-left:20%; }
    .content ul { padding:0px; padding-left: 15px; margin:0px; }
    
    /* rounded corners */
    .se,.ne,.nw,.sw { position: absolute; width:8px; height:8px; 
                      font-size:7px; /* IE hack to ensure height=8px */ }
    .se  { background-image: url(${relpath}se.png); bottom: 0px; right: 0px; }

    .ne  { background-image: url(${relpath}ne.png); top: 0px;    right: 0px; }

    .sw  { background-image: url(${relpath}sw.png); bottom: 0px; left: 0px; }

    .nw  { background-image: url(${relpath}nw.png); top: 0px;    left: 0px; }

    </style>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  }
  puts {</head>}
  putsin4 {<body>
    <div><!-- container div to satisfy validator -->
    







|
>
|
>
|
>
|
>







91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
    .content dt { font-weight:bold; }
    .content dd { margin-bottom: 25px; margin-left:20%; }
    .content ul { padding:0px; padding-left: 15px; margin:0px; }
    
    /* rounded corners */
    .se,.ne,.nw,.sw { position: absolute; width:8px; height:8px; 
                      font-size:7px; /* IE hack to ensure height=8px */ }
    .se  { background-image: url(${relpath}images/se.png);
           bottom: 0px; right: 0px; }
    .ne  { background-image: url(${relpath}images/ne.png);
           top: 0px;    right: 0px; }
    .sw  { background-image: url(${relpath}images/sw.png);
           bottom: 0px; left: 0px; }
    .nw  { background-image: url(${relpath}images/nw.png);
           top: 0px;    left: 0px; }
    </style>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  }
  puts {</head>}
  putsin4 {<body>
    <div><!-- container div to satisfy validator -->