Commit ea39419b authored by Kevin Deldycke's avatar Kevin Deldycke

Add default link style.

Add default breadcrumb style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10182 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccc40e67
......@@ -98,6 +98,12 @@ img {\n
border: 0;\n
}\n
\n
a:link, a:visited {text-decoration: none}\n
a:active, a:hover {text-decoration: underline}\n
a:link {color: #00248f}\n
a:visited {color: #909}\n
a:hover {color: #39f}\n
\n
a img, h3 img, button img, li img {\n
vertical-align: middle;\n
}\n
......@@ -232,6 +238,15 @@ div.adminToolbox button[type="submit"] {\n
\n
\n
\n
/* Breadcrumb default style\n
----------------------------------------------- */\n
\n
div.breadcrumb li a.selected {\n
border-bottom: 1px dashed #999;\n
}\n
\n
\n
\n
/* Default content styling (apply to everything, site wide);\n
Typography & colors (fonts, color, background).\n
----------------------------------------------- */\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment