Skip to content

Commit 36d72d2

Browse files
committed
menu stuff
1 parent 9a1536a commit 36d72d2

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

wp-content/themes/aasgw/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function aasgw_scripts() {
104104

105105
wp_enqueue_style('aasgw-content-sidebar',get_template_directory_uri() . "/layouts/content-sidebar.css");
106106

107-
wp_enqueue_style('aasgw-fonts','http://fonts.googleapis.com/css?family=Droid+Sans|Arimo|Ubuntu|Muli|Gentium+Book+Basic');
107+
wp_enqueue_style('aasgw-fonts','http://fonts.googleapis.com/css?family=Droid+Sans|Arimo|Ubuntu|Muli|Gentium+Book+Basic|Arvo|Vollkorn|Neuton|Raleway');
108108

109109
wp_enqueue_style('aasgw-font-awesome', 'http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
110110

wp-content/themes/aasgw/style.css

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ html {
7777
}
7878

7979
body {
80-
background: #e5f3ff; /* Fallback for when there is no custom background color defined. */
80+
//background: #e5f3ff; /* Fallback for when there is no custom background color defined. */
81+
background: #fff;
8182
}
8283

8384
article,
@@ -319,7 +320,7 @@ HEADER
319320

320321
.site-branding{
321322
padding: 1rem 4rem;
322-
background: linear-gradient(to right,white,white,white, rgba(229,243,255,.75));
323+
background: linear-gradient(to right,white,white, rgba(229,243,255,.75));
323324
overflow: hidden;
324325
max-height: 180px;
325326
}
@@ -471,7 +472,7 @@ a:active {
471472
float: left;
472473
width: 100%;
473474
position:relative;
474-
font-family: 'Arimo', sans-serif;
475+
font-family: 'Raleway', sans-serif;
475476
text-transform: uppercase;
476477
//background: #0072d6;
477478
background: linear-gradient(#ededed,#d0d0d0);
@@ -486,11 +487,17 @@ a:active {
486487
.main-navigation li {
487488
float: left;
488489
position: relative;
490+
//border-left: 1px solid #c3c3c3;
491+
}
492+
493+
.main-navigation li:first-child{
494+
margin-left: 7em;
495+
border: none;
489496
}
490497

491498
.main-navigation a {
492499
display: block;
493-
padding: 1.3em 1em;
500+
padding: .7em .6em;
494501
font-size: 16px;
495502
text-decoration: none;
496503
line-height: 1.3em;
@@ -501,7 +508,7 @@ a:active {
501508
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
502509
float: left;
503510
position: absolute;
504-
top: 3.8em;
511+
top: 2.6em;
505512
left: 0;
506513
z-index: 99999;
507514
background: #ededed;
@@ -518,8 +525,8 @@ a:active {
518525
width: 300px;
519526
}
520527

521-
.main-navigation ul ul li {
522-
528+
.main-navigation ul ul li:first-child {
529+
margin-left: 0em;
523530
}
524531

525532
.main-navigation li:hover > a {

0 commit comments

Comments
 (0)