Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
dd32f8dd
Commit
dd32f8dd
authored
Oct 31, 2006
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Removing tabs.
parent
0accf8fe
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
20 deletions
+20
-20
misc/farbtastic/farbtastic.css
misc/farbtastic/farbtastic.css
+1
-1
themes/garland/minnelli/style.css
themes/garland/minnelli/style.css
+1
-1
themes/garland/style.css
themes/garland/style.css
+4
-4
themes/garland/template.php
themes/garland/template.php
+14
-14
No files found.
misc/farbtastic/farbtastic.css
View file @
dd32f8dd
...
...
@@ -27,7 +27,7 @@
width
:
17px
;
height
:
17px
;
margin
:
-8px
0
0
-8px
;
overflow
:
hidden
;
overflow
:
hidden
;
background
:
url(marker.png)
no-repeat
;
}
themes/garland/minnelli/style.css
View file @
dd32f8dd
...
...
@@ -3,7 +3,7 @@
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net
*/
@import
"../style.css"
;
body
#wrapper
#container
{
...
...
themes/garland/style.css
View file @
dd32f8dd
...
...
@@ -508,10 +508,10 @@ ul.secondary-links li a:hover, ul.secondary-links li a.active {
* Local tasks
*/
ul
.primary
,
ul
.primary
li
,
ul
.secondary
,
ul
.secondary
li
{
border
:
0
;
background
:
none
;
margin
:
0
;
padding
:
0
;
border
:
0
;
background
:
none
;
margin
:
0
;
padding
:
0
;
}
#tabs-wrapper
{
...
...
themes/garland/template.php
View file @
dd32f8dd
...
...
@@ -6,20 +6,20 @@
*/
function
phptemplate_body_class
(
$sidebar_left
,
$sidebar_right
)
{
if
(
$sidebar_left
!=
''
&&
$sidebar_right
!=
''
)
{
$class
=
'sidebars'
;
}
else
{
if
(
$sidebar_left
!=
''
)
{
$class
=
'sidebar-left'
;
}
if
(
$sidebar_right
!=
''
)
{
$class
=
'sidebar-right'
;
}
}
if
(
isset
(
$class
))
{
print
' class="'
.
$class
.
'"'
;
}
$class
=
'sidebars'
;
}
else
{
if
(
$sidebar_left
!=
''
)
{
$class
=
'sidebar-left'
;
}
if
(
$sidebar_right
!=
''
)
{
$class
=
'sidebar-right'
;
}
}
if
(
isset
(
$class
))
{
print
' class="'
.
$class
.
'"'
;
}
}
/**
...
...
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