ElkArte Community

Project Support => General ElkArte discussions => Topic started by: emanuele on December 15, 2014, 04:29:26 pm

Title: ElkArte 1.0.2 - release notes
Post by: emanuele on December 15, 2014, 04:29:26 pm
This is a summary of the major fixes and improvements since the previous release, if you are interested in the details, you can have a look at the repository (https://github.com/elkarte/Elkarte), the detailed list of commits and changes is too long.

You can find the list of known issues at
this address (http://www.elkarte.net/community/index.php?topic=1957.msg15004#msg15004).

Major changes since ElkArte 1.0.1:
Title: Re: ElkArte 1.0.2 - release notes
Post by: radu81 on December 15, 2014, 05:09:31 pm
That's a long list, congrats to Elk team for releasing this upgrade ;)
Title: Re: ElkArte 1.0.2 - release notes
Post by: ahrasis on December 16, 2014, 07:30:50 am
You missed my fixes and apply other instead, as such, the menu is still not aligned but is up by -1px.

My fixes was this one:
 @media screen and (min-width: 50em) {
  #menu_nav .listlevel1.subsections>a:before {
  font-family: "FontAwesome";
- margin: 0 5px 0 0;
+ margin: -1px 5px 0 0;
+ float: left;
  font-size: 1.2em;
  content: "\f0d7";
  color: #43a8da;
  }
+ #menu_nav .listlevel1 {
+ margin: 1px 2px 0;
+ }
 }

This modification fix code doesn't work for me or with my fixes.
Code: [Select]
.listlevel1.subsections {
   top: -1px;
}

But it's ok. ;)
Title: Re: ElkArte 1.0.2 - release notes
Post by: Spuds on December 16, 2014, 09:31:16 am
Tracked .. https://github.com/elkarte/Elkarte/issues/1923