Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0f3efc5f
authored
Sep 19, 2010
by
Jani Huhtala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css-viilausta
1 parent
a532d24f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
15 deletions
code/LanBortalWeb/WebContent/product/edit.xhtml
code/LanBortalWeb/WebContent/resources/style/insomnia1/style.css
code/LanBortalWeb/WebContent/product/edit.xhtml
View file @
0f3efc5
<!DOCTYPE html
x§
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
...
...
code/LanBortalWeb/WebContent/resources/style/insomnia1/style.css
View file @
0f3efc5
.linka
A
:link
{
.linka
a
:link
{
color
:
#133E51
;
text-decoration
:
none
text-decoration
:
none
;
}
.linka
A
:active
{
.linka
a
:active
{
color
:
#133E51
;
text-decoration
:
none
text-decoration
:
none
;
}
.linka
A
:visited
{
.linka
a
:visited
{
color
:
#133E51
;
text-decoration
:
none
text-decoration
:
none
;
}
.linka
A
:hover
{
.linka
a
:hover
{
color
:
#133E51
;
text-decoration
:
underline
;
}
.link
A
:link
{
.link
a
:link
{
color
:
#FFF
;
text-decoration
:
none
text-decoration
:
none
;
}
.link
A
:active
{
.link
a
:active
{
color
:
#FFF
;
text-decoration
:
none
text-decoration
:
none
;
}
.link
A
:visited
{
.link
a
:visited
{
color
:
#FFF
;
text-decoration
:
none
text-decoration
:
none
;
}
.link
A
:hover
{
.link
a
:hover
{
color
:
#FFF
;
text-decoration
:
underline
;
}
...
...
@@ -142,6 +142,7 @@ body {
margin-right
:
3px
;
}
.link
{
background-image
:
url('img/link2.gif')
;
width
:
117px
;
...
...
@@ -176,4 +177,7 @@ body {
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
}
h1
{
font-size
:
20px
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment