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
f114a4f3
Commit
f114a4f3
authored
Nov 29, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css fixes
parent
79b64ef4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/stylesheets/highlight.black.css.scss
app/assets/stylesheets/highlight.black.css.scss
+2
-2
app/assets/stylesheets/issues.css.scss
app/assets/stylesheets/issues.css.scss
+1
-1
app/views/projects/_form.html.haml
app/views/projects/_form.html.haml
+1
-0
No files found.
app/assets/stylesheets/highlight.black.css.scss
View file @
f114a4f3
.black
.highlighttable
{
background
:
#
111
;
background
:
#
333
;
pre
{
color
:
#eee
}
.highlight
{
background
:
#
111
;
border-left
:
1px
solid
#555
;
}
.highlight
{
background
:
#
333
;
border-left
:
1px
solid
#555
;
}
.hll
{
background-color
:
#ffffff
}
.c
{
color
:
#888888
;
font-style
:
italic
}
/* Comment */
...
...
app/assets/stylesheets/issues.css.scss
View file @
f114a4f3
...
...
@@ -24,7 +24,7 @@
border
:
1px
solid
#D3D3D3
;
padding
:
3px
;
height
:
28px
;
width
:
30
0px
;
width
:
25
0px
;
-webkit-appearance
:none
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
...
...
app/views/projects/_form.html.haml
View file @
f114a4f3
...
...
@@ -4,6 +4,7 @@
%h2
.icon
%span
=
@project
.
name
.clear
-
if
@project
.
errors
.
any?
#error_explanation
%h2
...
...
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