Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
600fbfb8
Commit
600fbfb8
authored
Apr 20, 2010
by
dimitri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
85b32963
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
htmlgen.cpp
src/htmlgen.cpp
+3
-2
search.css
src/search.css
+1
-1
No files found.
src/htmlgen.cpp
View file @
600fbfb8
...
...
@@ -579,6 +579,7 @@ static unsigned char open_a_png[81] =
static
const
char
tabs_css
[]
=
".tabs, .tabs2, .tabs3 {
\n
"
" background-image: url('tab_b.png');
\n
"
" width: 100%;
\n
"
" z-index: 101;
\n
"
" font-size: 13px;
\n
"
"}
\n
"
...
...
@@ -593,12 +594,12 @@ static const char tabs_css[] =
".tablist {
\n
"
" margin: 0;
\n
"
" padding: 0;
\n
"
" display: table
\n
"
" display: table
;
\n
"
"}
\n
"
"
\n
"
".tablist li {
\n
"
" float: left;
\n
"
" display: table-cell
\n
"
" display: table-cell
;
\n
"
" background-image: url('tab_b.png');
\n
"
" line-height: 36px;
\n
"
" list-style: none;
\n
"
...
...
src/search.css
View file @
600fbfb8
...
...
@@ -19,7 +19,7 @@
margin-top
:
8px
;
right
:
0px
;
width
:
170px
;
z-index
:
102
;
*/
z-index
:
102
;
}
#MSearchBox
.left
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment