Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8168397c
Commit
8168397c
authored
Oct 22, 2020
by
Suzanne Selhorn
Committed by
Craig Norris
Oct 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded class
Removed image-noshadow class from images.
parent
daa59718
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
doc/ci/examples/end_to_end_testing_webdriverio/index.md
doc/ci/examples/end_to_end_testing_webdriverio/index.md
+1
-1
doc/development/documentation/styleguide.md
doc/development/documentation/styleguide.md
+0
-10
doc/user/project/pages/index.md
doc/user/project/pages/index.md
+2
-2
No files found.
doc/ci/examples/end_to_end_testing_webdriverio/index.md
View file @
8168397c
...
...
@@ -14,7 +14,7 @@ environment, reducing the effort to assess the impact of changes. Thus, when we
and it will immediately be clear that the application can still be properly built and deployed. After all, you can _see_ it
running!
<img
src=
"img/deployed_dependency_update.png"
alt=
"dependencies.io"
class=
"image-noshadow"
>
<img
src=
"img/deployed_dependency_update.png"
alt=
"dependencies.io"
>
However, looking at the freshly deployed code to check whether it still looks and behaves as
expected is repetitive manual work, which means it is a prime candidate for automation. This is
...
...
doc/development/documentation/styleguide.md
View file @
8168397c
...
...
@@ -1237,16 +1237,6 @@ that:
-
Are accurate, succinct, and unique.
-
Don't use _image of…_ or _graphic of…_ to describe the image.
### Remove image shadow
All images displayed on the
[
GitLab documentation site
](
https://docs.gitlab.com
)
have a box shadow by default. To remove the box shadow, use the image class
`.image-noshadow`
applied directly to an HTML
`img`
tag:
```
html
<img
src=
"path/to/image.jpg"
alt=
"Alt text (required)"
class=
"image-noshadow"
>
```
### Compress images
You should always compress any new images you add to the documentation. One
...
...
doc/user/project/pages/index.md
View file @
8168397c
...
...
@@ -29,7 +29,7 @@ directly from a repository in GitLab.
</ul>
</p>
</div>
<div
class=
"col-md-3"
><img
src=
"img/ssgs_pages.png"
alt=
"Examples of SSGs supported by Pages"
class=
"
image-noshadow
middle display-block"
></div>
<div
class=
"col-md-3"
><img
src=
"img/ssgs_pages.png"
alt=
"Examples of SSGs supported by Pages"
class=
"middle display-block"
></div>
</div>
To publish a website with Pages, you can use any SSG,
...
...
@@ -89,7 +89,7 @@ need admin access to your domain's registrar (or control panel) to set it up wit
The following diagrams show the workflows you might follow to get started with Pages.
<img
src=
"img/new_project_for_pages_v12_5.png"
alt=
"New projects for GitLab Pages"
class=
"image-noshadow"
>
<img
src=
"img/new_project_for_pages_v12_5.png"
alt=
"New projects for GitLab Pages"
>
## Access to your Pages site
...
...
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