logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: 14466daf38e14ea12078145724e7377ba8bc8712
parent 1f91af32197fbd605f5627bd6edfd717c86b0a89
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Sun, 13 Jan 2019 14:02:19 +1200

Moved twitter link to the right

Diffstat:

Mlinks/main.css1+
Mscripts/graph.js2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/links/main.css b/links/main.css @@ -22,6 +22,7 @@ h1,h2,h3,h4 { font-weight: normal; font-family: 'alte_haas_grotesk_bold'; margin #view #header ul li:hover { } #view #header ul li a { display: inline-block; font-family: 'alte_haas_grotesk_bold'; font-size:14px; line-height: 40px; border-bottom:2px solid transparent } #view #header ul li a:hover { opacity: 1 !important; } +#view #header ul li.right { float: right;margin-right:0px;margin-left:10px } #view #header #search { display: none } #view.home #header ul a.home { color:#ccc;} #view.about #header ul a.about { color:#ccc;} diff --git a/scripts/graph.js b/scripts/graph.js @@ -30,7 +30,7 @@ function graph () { <li><a class="local about" onclick="Ø('query').bang('About')">About</a></li> <li><a class="local tools" onclick="Ø('query').bang('Tools')">Tools</a></li> <li><a class="local gallery" onclick="Ø('query').bang('gallery')">Gallery</a></li> - <li><a href='http://twitter.com/grimgrains' target='_blank'>Twitter</a></li> + <li class='right'><a href='http://twitter.com/grimgrains' target='_blank'>Twitter</a></li> </ul>`.to_markup()), Ø('core').create({ x: 10, y: 11 }, DomNode), Ø('content').create({ x: 10, y: 16 }, DomNode),