Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
224
Merge Requests
224
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
645d026e
Commit
645d026e
authored
Sep 25, 2003
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added $Id$ tags. Patch by Chris.
parent
586455b5
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
18 additions
and
1 deletion
+18
-1
misc/admin.css
misc/admin.css
+2
-0
misc/drupal.css
misc/drupal.css
+2
-0
misc/print.css
misc/print.css
+3
-1
modules/bloggerapi.module
modules/bloggerapi.module
+1
-0
modules/throttle.module
modules/throttle.module
+1
-0
modules/throttle/throttle.module
modules/throttle/throttle.module
+1
-0
modules/title.module
modules/title.module
+1
-0
themes/marvin/marvin.css
themes/marvin/marvin.css
+2
-0
themes/unconed/unconed.css
themes/unconed/unconed.css
+2
-0
themes/xtemplate/xtemplate.css
themes/xtemplate/xtemplate.css
+2
-0
update.php
update.php
+1
-0
No files found.
misc/admin.css
View file @
645d026e
/* $Id */
body
{
font-size
:
90%
;
margin
:
0
;
...
...
misc/drupal.css
View file @
645d026e
/* $Id */
form
{
margin
:
0
;
padding
:
0
;
...
...
misc/print.css
View file @
645d026e
/* $Id */
body
{
margin
:
1em
;
background-color
:
#fff
;
...
...
modules/bloggerapi.module
View file @
645d026e
<?php
// $Id$
/*
** The Drupal Blogger API implementation.
...
...
modules/throttle.module
View file @
645d026e
<?php
// $Id$
function
throttle_system
(
$field
)
{
$system
[
"description"
]
=
throttle_help
(
"admin/system/modules"
);
...
...
modules/throttle/throttle.module
View file @
645d026e
<?php
// $Id$
function
throttle_system
(
$field
)
{
$system
[
"description"
]
=
throttle_help
(
"admin/system/modules"
);
...
...
modules/title.module
View file @
645d026e
<?php
// $Id$
function
title_system
(
$field
){
$system
[
"description"
]
=
t
(
"Enables users to link to stories, articles or similar content by title."
);
...
...
themes/marvin/marvin.css
View file @
645d026e
/* $Id$ */
body
{
margin
:
10px
;
color
:
#000000
;
...
...
themes/unconed/unconed.css
View file @
645d026e
/* $Id$ */
body
{
margin
:
10px
;
color
:
#000000
;
...
...
themes/xtemplate/xtemplate.css
View file @
645d026e
/* $Id$ */
body
{
margin
:
0
;
padding
:
0
;
...
...
update.php
View file @
645d026e
<?php
// $Id$
/*
** USAGE:
**
...
...
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