Browse Source

header tweaks

pull/13/head
Jack Lukic 11 years ago
parent
commit
3cdaf7d1c7
2 changed files with 10 additions and 0 deletions
  1. 5
      docs/stylesheets/semantic.css
  2. 5
      node/src/files/stylesheets/semantic.css

5
docs/stylesheets/semantic.css

@ -168,6 +168,11 @@ a:hover {
box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2); */ box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2); */
border-right: none; border-right: none;
} }
#example #menu .header {
font-size: 18px;
padding-left: 18px;
color: #E7E7E7;
}
#example .sidr .ui.menu { #example .sidr .ui.menu {
margin: 0px 0px 30px; margin: 0px 0px 30px;

5
node/src/files/stylesheets/semantic.css

@ -168,6 +168,11 @@ a:hover {
box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2); */ box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2); */
border-right: none; border-right: none;
} }
#example #menu .header {
font-size: 18px;
padding-left: 18px;
color: #E7E7E7;
}
#example .sidr .ui.menu { #example .sidr .ui.menu {
margin: 0px 0px 30px; margin: 0px 0px 30px;

Loading…
Cancel
Save